/*------------------------------------------------------------------
[Urban Element Layout Stylesheet]

Project:	Oxford Global Media 
Version:	1.5
Last change:	02/07/08 [Final Changes DJ]
Assigned to:	Dave Johnston [DJ] Malcolm Maclean [MM] 

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
	1.1. Container / #container
	1.2. Wrapper / #wrapper
2. Header / #header
	2.1. Navigation / #primary_navigation
		2.1.1. Secondary Navigation / #sub_nav
3. Content / #content
	3.1. Column 1 / #column_1
	3.2. Column 2 / #column_2
	3.3. Column 3 / #column_3
	3.4. Sidebar / #sidebar
		3.4.1. RSS / #rss
		3.4.2. Search / #search
		3.4.3. Boxes / .box
	3.5. Form Styling 
4. Footer / #footer

5. Miscellaneous
6. Recycle bin 

-------------------------------------------------------------------*/

/* ///////////////////////////////////////////////////////////////////////// 
1.0-BODY------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0E2245;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
p{
	color: #FFFFFF;
	font-size: 0.9em;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}
h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.8em;
	color: #00ADEF;
	margin-left: 15px;
}
h2 {
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: normal;
	margin-left: 15px;
}
h3 {
	color: #00ADEF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: normal;
	margin-left: 5px;
}
h4 {
}
h4 em {
}
h5 {
	color: #00ADEF;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 15px;
}
strong {
}
blockquote {
	padding: 10px;
	margin-right: 30px;
	margin-left: 30px;
	background-color: #24385D;
	font-size: 0.9em;
	font-style: italic;
	color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
hr {
	clear: both;
	height: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #0099FF;
	overflow: hidden;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
}
ul{
}
li{
}
ol{
}
table{
}
td, th {
}
th {
}
td {
}
caption {
}

/*1.1-CONTAINER-------------------------------------------------------------------------------{}*/

#container{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/*1.2-WRAPPER-------------------------------------------------------------------------------{}*/

#wrapper{
}

/* ///////////////////////////////////////////////////////////////////////// 
2.0-HEADER------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#header {
	display: block;
	height: 453px;
}
#logo {
	position: absolute;
	left: 312px;
}

#image_container{
	height: 453px;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}
.image_1 {
	background-image: url(../images/header_bg_default.jpg);
}
.header_1 {
	background-image: url(../images/headers/header_1.jpg);
}
.header_2 {
	background-image: url(../images/headers/header_2.jpg);
}
.header_3 {
	background-image: url(../images/headers/header_3.jpg);
}
.header_4 {
	background-image: url(../images/headers/header_4.jpg);
}
.header_5 {
	background-image: url(../images/headers/header_5.jpg);
}
.header_6 {
	background-image: url(../images/headers/header_6.jpg);
}
.header_7 {
	background-image: url(../images/headers/header_7.jpg);
}
.header_8 {
	background-image: url(../images/headers/header_8.jpg);
}
.header_9 {
	background-image: url(../images/headers/header_9.jpg);
}
.header_10 {
	background-image: url(../images/headers/header_10.jpg);
}
.header_11 {
	background-image: url(../images/headers/header_11.jpg);
}
#header_content {
}
#header_content p {
}
#header_content a {
}
#header_content a:hover {
}

/*2.1-NAVIGATION-------------------------------------------------------------------------------{}*/

#primary_nav {
	display: block;
	height: 42px;
	padding-left: 5px;
}
#primary_nav ul {
	list-style-type: none;
}
#primary_nav li {
	float: left;
	text-align: center;
}
#primary_nav ul a {
	display: block;
	float: left;
	height: 30px;
	padding-top: 12px;
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	min-width: 77px;
	margin-left: 6px;
	background-image: url(../images/nav_active_tab.jpg);
	background-repeat: no-repeat;
	background-position: center -42px;
	width: 115px;
}
#primary_nav ul a:hover {
	background-position: center top;
}
#home .home, #services .services, #topics .topics, #clients .clients, #about .about, #news .news, #contact .contact {
	background-position: center top;
}

/*2.1.1-SECONDARY NAVIGATION-------------------------------------------------------------------------------{}*/

#sub-nav {
}
#sub-nav ul {
}
#sub-nav li {
}
#sub-nav ul a {
}
#sub-nav ul a:hover {
}

/* ///////////////////////////////////////////////////////////////////////// 
3.0-CONTENT------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#contentanchor { /*this is the anchor  link to the content for accessibility*/
}

#feature {
}
#feature h3 {
}
#feature p {
}
.feature_box {
	background-color: #24385D;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.feature_quote {
	float: right;
	width: 225px;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #2B4371;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.feature_readmore {
	font-size: 1.2em;
	padding: 5px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	text-decoration: none;
	background-color: #2B4371;
	display: block;
	width: 100px;
	text-align: center;
}
#column1 .feature_readmore:hover {
	background-color: #00ADEF;
	color: #FFFFFF;
}
.quote_name {
	padding-top: 20px;
	font-size: 1.1em;
}

#content {
	display: block;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 35px;
	padding-left: 15px;
}
#content p{
	font-size: 0.8em;
}
#content a{
	color: #FFFFFF;
}
#content a:hover {
	color: #00ADF1;
}
#content li{
	color: #FFFFFF;
	font-size: 0.9em;
	margin-bottom: 10px;
}
#content ul{
	padding-left: 25px;
	margin-left: 15px;
	list-style-type: circle;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h2 {
	margin-left: 15px;
}
#content h3 {
	margin-left: 15px;
}
#content h3 em {
}
.thumb-right {
	float: right;
	border: 3px solid #13335C;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.thumb-left {
}
.thumb-below {
}

/*3.1-COLUMN 1-------------------------------------------------------------------------------{}*/

#column1 {
	display: block;
	float: left;
	width: 500px;
	padding-right: 20px;
}
#column1 .profile {
	text-decoration: none;
	display: block;
	font-size: 0.9em;
	padding: 10px;
	margin-left: 30px;
	background-color: #24385D;
	margin-bottom: 15px;
	height: 120px;
	margin-right: 30px;
	overflow: hidden;
}
#column1 .profile:hover {
	background-color: #00ADEF;
	color: #FFFFFF;
}
#column1 .profile strong {
	display: block;
	margin-bottom: 15px;
	font-size: 1.3em;
}
.news_article {
	display: block;
	padding: 2px;
	float: left;
	width: 700px;

}
/*3.2-COLUMN 2-------------------------------------------------------------------------------{}*/

#column2_container {
	display: block;
	float: left;
	width: 240px;
}
#column2_container .column2_section {
	min-height: 110px;
	background-image: url(../images/column_2_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
#column2_container .column2_section h3 {
margin-left: 0px;
}
#column2_container .column2_section h5 a {
	color: #00ADEF;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #122A50;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-decoration: none;
	display: block;
	margin-left: 0px;
}
#column2_container .column2_section h5 a:hover {
	color: #FFFFFF;
	background-color: #00ADEF;
}
#column2_container .column2_section li a {
	text-decoration: none;
	background-color: #122A50;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#column2_container .column2_section li a:hover {
	color: #FFFFFF;
	background-color: #00ADEF;
}


/*3.3-COLUMN 3-------------------------------------------------------------------------------{}*/

#column3 {
}

/*3.4-SIDEBAR-------------------------------------------------------------------------------{}*/

.newsitem {
	padding-right: 0px;
	padding-left: 0px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #00ADEF;
	clear: both;
	margin-top: 5px;
}
.synopsis {
	display: block;
	float: left;
	width: 175px;
}

.calendar {
	text-align: center;
	display: block;
	height: 35px;
	width: 35px;
	float: left;
	background-image: url(../images/date_stamp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 25px;
}
.date {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1em;
	display: block;
	line-height: 0.9em;
}
.month {
	font-size: 0.6em;
	color: #00ADEF;
}


/*3.4.1-RSS-------------------------------------------------------------------------------{}*/

.rss {
}

/*3.4.2-SEARCH-------------------------------------------------------------------------------{}*/

/*3.4.3-BOXES-------------------------------------------------------------------------------{}*/

/*3.5-FORM STYLING-------------------------------------------------------------------------------{}*/

.formTxtBox{
	width: 99%;
	height: 20px;
	background-color: #EFE9EA;
	padding: 2px;
	margin-right: 15px;
	margin-top: 5px;
	background-image: url(../images/formfield-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #9AB3B8;
}
.formTxtBoxMulti{
	width: 99%;
	height: 150px;
	background-image: url(../images/formfield-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #9AB3B8;
	background-color: #FEFEFE;
	margin-top: 5px;
}
label {
	display: block;
	font-weight: normal;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 1em;
	color: #FFFFFF;
	line-height: 1em;
	margin-top: 2px;
}
fieldset {
	padding: 25px;
	background-color: #25395E;
	margin-right: 50px;
	margin-left: 25px;
	display: block;
	margin-top: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#column1 fieldset p {
	margin-left: 0px;
}
.formButton {
	color: #FFFFFF;
	width: 99%;
	margin-top: 15px;
	display: block;
	font-size: 1em;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	height: 34px;
	margin-right: auto;
	background-image: url(../images/formbutton-background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #349A46;
	margin-left: auto;
}

/* ///////////////////////////////////////////////////////////////////////// 
4.0-FOOTER------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */

#footer {
	display: block;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	clear: both;
}
#footer_hdr {
	padding-top: 25px;
	padding-bottom: 15px;
	background-image: url(../images/footer_hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
}
#footer p {
	font-size: 0.7em;
	line-height: 1.2em;
}
.foot_column_left {
	float: left;
	width: 175px;
	margin-left: 15px;
	padding-top: 10px;
}
.foot_column_left p {
	color: #FFFFFF;
}
.foot_column_left strong {
	color: #00ADEF;
}
.foot_column_left a {
	color: #FFFFFF;
}
.foot_column_left a:hover {
	color: #00ADEF;
}
.foot_column_right {
	float: left;
	margin-left: 25px;
	margin-top: 30px;
}
.foot_column_right p {
	color: #2C3942;
}
.foot_column_right strong {
	color: #00ADEF;
}
.foot_column_right a {
	color: #2C3942;
}
.foot_column_right a:hover {
	color: #00ADEF;
}

/* ///////////////////////////////////////////////////////////////////////// 
5.0-MISCELLANEOUS------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */


.ue {
}

/* ///////////////////////////////////////////////////////////////////////// 
6.0-RECYCLE BIN------------------------------------------------------------{}
///////////////////////////////////////////////////////////////////////// */
/*
Put old css in here:






*/
