/* Start of CMSMS style sheet 'Master Stylesheet' */
@charset "utf-8";
/* CSS Document */

/*this is the reset css*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
span.CC {color:#00008b;}
span.USA {color:#ff0000;}

/*this is the main css*/

html, body {
	background:url(uploads/images/bg.jpg) repeat-x top left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
        line-height:1.3;
}

#container {
	width:950px;
	margin:0 auto;
	text-align:left;
}

/*Header styles*/
#header {
	background:url(uploads/images/logo.jpg) no-repeat top left;
	width:582px; height:242px;
	margin-left:20px;
}
#header a{
	display:block;
	width:320px; height:242px;
	text-decoration:none;
}
#header a span {display:none;}

.phonebox {font-style:italic; color:white;}
.phonebox h2{
	margin-top:60px;
	margin-right:30px;
	background:url(uploads/images/phone-icon.jpg) no-repeat top left;
	padding-left:65px;
	font-size:26px;
	text-align:right;
	font-weight:bold;
	z-index:500;
}
.phonebox p{padding-left:20px; margin-top:10px; font-size:12px;}

/*content styling*/
#content {
	margin:25px 0;
	width:950px;
}

#content h3 {
	font-size:24px;
	font-style:italic;
	font-weight:bolder;
	color:#2C4271;
}

#content a { color:#2C4271;}
#content a:visited{ color:#666666;}
#content a:hover { color:#000000;}


.maincontent {
	padding:10px;
	width:615px;
}

.maincontent h3 {
	margin-bottom:20px;
}
.maincontent p {
	padding-right:15px;
	font-size:14px;
	line-height:1.5;
}

.hr {
	margin-top:40px;
	background:url(uploads/images/hr-style.jpg) no-repeat top left;
	height:8px;
}

.sidecontent {
	width:313px;
	background:#eeeeee url(uploads/images/side-bg.jpg) no-repeat top;
	text-align:center;
}
.sidecontent h3 {
	margin:10px 0 20px 0;
}
.sidecontent h4 {
	font-size:14px;
	font-weight:bold;
}
.sidecontent p,h4 {
	margin-left:70px;
	text-align:left;
}
.sidecontent p {
	font-size:14px;
	line-height:1.2;
}

.sidelinks {
	margin-top:60px;
}
.sidelinks li {
	padding-top:20px;
}
li.lastlink {
	padding-top:40px;
}

.sidebox {
	width:313px;
	background:#eeeeee url(uploads/images/side-bg.jpg) no-repeat top;
	text-align:center;
}
.gradient {
background:url(uploads/images/side-bg-reverse.jpg) no-repeat;
height:332px; height:313px;}

/*this is the navigation css*/
.idTabs li.active {
	background: #ffffff url(uploads/images/nav-active.jpg) repeat-x top left;
	xborder-left: 1px solid #bebfc0;
	xborder-right: 1px solid #bebfc0;
	border-bottom: 3px solid #ffffff;
}

.idTabs {
	list-style:none; 
	height:40px; 
	position:relative; 
	z-index:500; 
	font-family:arial, verdana, sans-serif;
}
.idTabs li {
		background:url(uploads/images/nav-menu.jpg) repeat-x top left;
	float:left; 
	margin-right:1px;
}
.idTabs li a {
	display:block; 
	float:left; 
	height:40px; 
	line-height:40px; 
	color:#ffffff; 
	text-decoration:none; 
	font-size:12px; 
	font-weight:bold; 
	padding:0 30px 0 20px;
}
.idTabs table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
}
.idTabs li a:hover {
	z-index:200; 
	position:relative;
	color:#254488; 
	background:url(uploads/images/nav-active.jpg) repeat-x top left;
	height:45px;
}
.idTabs li:hover {
	position:relative; 
	z-index:200;
}
.idTabs li:hover > a {
	color:#254488; 
	background:url(uploads/images/nav-active.jpg) repeat-x top left;
}
.idTabs li:hover > a.drop {
	color:#254488; 
	background:url(uploads/images/nav-active.jpg) repeat-x top left;
}
.idTabs li.current a {
	color:#fff; 
	background:#840;
}
.idTabs li a.drop {z-index:999;}
.idTabs :hover ul {
	left:0; 
	top:40px; 
	width:120px; 
	background:#444;
	z-index:999;
}
.idTabs ul, 
.idTabs :hover ul ul {
	position:absolute; 
	left:-9999px; top:-9999px; 
	list-style:none;
}
.idTabs :hover ul li {
	margin:0; 
	border-top:1px solid #494949;
}
.idTabs :hover ul li a {
	width:140px;
	padding:0;
	text-indent:10px; 
	background:#333; 
	color:#ccc; 
	height:30px; 
	line-height:30px;
	border-bottom:1px solid #000000;
}
.idTabs :hover ul :hover {
	background:url(uploads/images/nav-menu.jpg) repeat-x top left;
	color:#ffffff; 
}

.lightbox { 
        border:1px solid #EEEEEE;
        margin:3px 0;
        padding:10px 0 10px 20px;
}

/*footer style*/
#footer p {color:#999999;}
#footer a {color:#666666;}
#footer a:hover{color:#333333;}
/* End of 'Master Stylesheet' */

