* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {	
	font:100.01%/1.4 sans-serif;
	text-align:left !important;
	text-align:center; /* horizontal centering for IE Win quirks */
	background-color: #ADD8E0;
	background-image: url('images/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;

}

.PageBackgroundGlare
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.PageBackgroundGlareImage
{
  background-image: url('images/Page-BgGlare.png');
  background-repeat: no-repeat;
  height: 418px;
  width: 323px;
  margin: 0;
}

html:first-child .PageBackgroundGlare
{
  border: 1px solid transparent; /* Opera fix */
}


.PageBackgroundGradient
{
  background-image: url('images/Page-BgGradient.jpg');
  background-repeat: repeat-x;
  height: 250px;
}


#header{
	width:100%;
	height:120px;
}

#logo{
	padding-left:20px;
	padding-right:20px;
	width:1000px;
	margin:0 auto;
}

#logo img{
	float:left;
}

#login{
	float:left;
	text-align:right;
	margin-top:40px;
	font-size:14px;
	color:#000;
	font-family:"Segoe UI",Arial;
	width:300px;
	position:absolute;
	right:15px;
}

#menudiv{
	clear:both;
	width:100%;
	height:35px;
	background:#124170 url("blue.png") repeat-x;
}

#menu{
	padding-right:20px;
	width:900px;
}

#container, #footerC{
	z-index:10;
	position:relative;
	top:-250px;
	width:980px;
	margin:0 auto;
	background:#fff;
	padding: 0 15px;
}

#content{
	float:left;
	margin-top:20px;
	padding-right:20px;
	margin-bottom:20px;
	width:705px;
	border-right:1px solid #bababa;
}

#slogan{
	text-align:left;
	font-family:Georgia;
	font-style:italic;
	font-size:30px;
	letter-spacing:2px;
}

.contentImg{
	/*border:1px solid #fff;*/
	padding:3px;
}

#mainPicture{
	
}

#mainAbout{
	margin-top:20px;
	margin-bottom:10px;
}

h2{
	font-family:"Segoe UI",Arial;
	font-size:14px;
	line-height:20px;
	color:#323232;
	margin-top:15px;
	font-weight:normal;
}

#mainAbout h2{
	margin-top:10px;
}


.mainServices, .mainServices2{
	margin-top:12px;
	float:left;
	border:1px solid #bababa;
	width:330px;
}

.mainServices2{
	margin-left:40px;
}

.vLine{
	width:1px;
	background:#bababa;
}

.hLine{
	height:1px;
	background:#bababa;
}


#rightCol{
	float:left;
	width:200px;
}

#lArticles, #lGuides{
	/*border:1px solid #bababa;*/
	margin-top:20px;
	margin-left:20px;
	width:230px;
	background:#fff url(h400.png) repeat-x;
}

#nLetter{
	/*border:1px solid #bababa;*/
	padding-top:10px;
	margin-left:20px;
	width:230px;
	background:#fff url(h400.png) repeat-x scroll 0 50px;
}

#timeSLogin{
	/*border:1px solid #bababa;*/
	margin-top:10px;
	margin-left:20px;
	width:230px;
	background:#fff url(h300.png) repeat-x scroll 0 -50px;
}

#sContact{
	/*border:1px solid #bababa;*/
	margin-top:20px;
	margin-left:20px;
	width:230px;
	background:#fff url(h400.png) repeat-x;
}

#footer{
	clear:left;
	position:relative;
	color:#000;
	font-size:10px;
	padding-bottom:30px;
}

#footer div img{
	padding:3px 15px;
	
}

#footer div img:hover{

}


#footerLine{
	clear:left;
	padding:10px;
	position:relative;
	top:10px;
	background:#858585;
	color:#fff;
	font-size:10px;
	margin-bottom:20px;
	text-align:center;
}

#footer a{
	color:#3471B0;
}

#footer a:hover{
	color:#7b88dc;
}

#footerLine a{
	color:#fff;
	text-decoration:underline;
}

#footerLine a:hover{
	text-decoration:none;
	color:#d2d2d2;
}


.fTitle{
	font-weight:bold;
}

.article{
	margin-top:12px;
	padding:0 15px;
	padding-bottom:12px;
}

.articleDate{
	font-family:Arial;
	font-size:10px;
	color:#3471B0;
}

.articleTitle{
	font-family:Arial;
	font-size:11px;
	color:#4f5151
}

.titleGrey, .titleBlack, .titleBlue{
	font-family:"Segoe UI",Arial;
	font-size:15px;
	text-transform:uppercase;
}

.subtitleGrey, .subtitleBlack{
	font-family:"Segoe UI",Arial;
	font-size:14px;
	text-transform:uppercase;
}

.titleBlack, .subtitleBlack{
	color:#323233;
}

.titleGrey, .subtitleGrey{
	color:#adafaf;
}

.titleBlue{
	color:#063f61;
}

.rm{
	text-align:right;
	margin-top:10px;
	font-size:12px;
}

.rm a{
	color:#3471B0;
}

.rm a:hover{
	color:#7b88dc;
}

.rm2{
	text-align:right;
	margin-top:20px;
	font-size:12px;
}

.rm2 a{
	color:#3471B0;
}

.rm2 a:hover {
	color:#d2d2d2;
}

.article a{
	color:#4f5151
}

.article a:hover{
	color:#000;
}

a {
	text-decoration:none;
}



.submit{
	
}

.lForm{
	margin-top:15px;
}

.txtSmall{
	font-size:10px;
	color:#4f5151;
}

.marginTop{
	margin-top:10px;
}

.pictRight{
	float:right;
	margin-left:20px;
}

.pictLeft{
	float:left;
	margin-right:20px;
}

.pictBorder{
	padding:3px;
	border:1px solid #dadada;
}

#nameStaff{
	font-size:30px;
	margin-bottom:20px;
}

#ulStaff{
	list-style:none;
	font-family:"Segoe UI",Arial;
	color:#323232;
	font-size:14px;
	line-height:20px;
}

.questionStaff{
	font-size:13px;
	font-weight:bold;	
}

.answerStaff{
	margin-bottom:30px;
	margin-top:10px;
}

#sTitle{}

#sContent{}

#sContent h2, #article h2{
	font-family:"Segoe UI",Arial;
	font-size:14px;
	margin-top:30px;
	margin-bottom:10px;
	font-weight:bold;
}

#sContent h3, #article h3,#article td {
	font-family:"Segoe UI",Arial;
	margin-bottom:15px;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
}

#sContent ul{
	font-size:14px;
	list-style:inside;
	margin-left:50px;
	text-indent:-13px;
	margin-bottom:20px;
	line-height:15px;
}

#sContent ul li{
	line-height:20px;
	margin-bottom:10px;

}

#sContent ul li ul{
	margin-top:10px;
}

.mainServices ul{
	font-size:14px;
	margin-left:30px;
	list-style:none inside;
	margin-bottom:20px;
}

.mainServices ul li{
	margin-top:15px;
}

.mainServices ul li a{
	color:#4f5151;
}

.mainServices ul li a:hover{
	text-decoration:underline;
	color:#c72525;
}

.boxLabel, .boxLabel2{
	background:#063f61; 
	height:20px;
	padding:5px 10px	;
	color:#fff;
	font-size:14px;
	font-family:"Segoe UI",Arial;
	text-transform:uppercase;
}

/*.boxLabel2{
	background:#2D2554;
}*/

.boxLabelSmall{
	background:#bababa url(gradient-full.png) repeat-x; 
	height:20px;
	padding:6px 7px	2px 7px;
	color:#fff;
	font-size:12px;
	font-family:"Segoe UI",Arial;
	text-transform:uppercase;
}

/********** ACCORDION ***************/

#accordion h2, #accordion2 h2{
	color:#FFF;
	font-size:14px;
	font-family:Segoe Ui,Arial;
	margin:0;	
	font-weight:normal;
	cursor: pointer;
	height:23px;
	padding-left:15px;
	border-bottom:1px solid #255470;
	background:#116495; /*ed8d11 ;*/
}

/*#accordion2 h2{
	background:#6E62AA;/*6d8a3a;
}*/

#accordion h2:hover{
	background:#255470;
}

#accordion2 h2:hover{
	background:#255470;
}

#accordion h3, #accordion2 h3{
	line-height:20px;
	overflow:hidden;
	font-size:12px;
	padding: 5px 15px;
	font-weight:normal;
	font-family:"Segoe UI",Arial;
	background:#fff /*url(h300.png) repeat-x scroll 0 -50px ;/*dbc79b;*/
}

#accordion h3 a, #accordion2 h3 a{
	color:#3471B0;
	font-size:10px;
	margin-left:240px;
}

/*******************************************/

#call{
	position:relative;
	display:inline;
	color:#f3efb6;
	font-weight:bold;
	font-size:14px;
	left:65px;
	top:8px;
}

.contactText{
	float:left;
	width:300px;
}

.mapLink{
	float:left
}

.normal_txt{
	font-family:"Segoe UI",Arial;
	font-size:14px;
	font-weight:normal;
}

.tableRow {
  	clear:both;
  	padding-bottom:30px;

}

.tableRow span.row1{
  	float:left;
  	width:85px;
  	text-align:left;
}

.tableRow span.row2{
  	float:left;
  	width:305px;
  	text-align:left;
} 

.tableRow div.row1{
  	float:left;
  	width:200px;
  	text-align:left;
}

.tableRow div.row2{
  	float:left;
  	width:500px;
  	text-align:left;
} 


/*********************************** forms *****************************************/
#contactForm{
	

}

label { 
	font-weight: bold; 
	font-size:12px;
}

input, select {
  width:100px;
}

input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(images/inputBg.gif) top left no-repeat;
  margin-top:2px;
  font-size:12px;
}

input.checkbox {
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.keywords{
	width:195px;
}

input.small, select.small {
  width:50px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}

input.submit {
  background:#ffffff url(images/submitBgO.png) -20px 0 no-repeat;
  color:#ffffff;
}

input.submit:hover {
  
  cursor: pointer;
}

textarea {
  font-family:"Segoe UI",Arial;
  font-size:12px;
  width:300px;
  height: 200px;
  margin-bottom:10px;
}

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}

fieldset {
  background:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
}

legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#666666;
}

/************* validation **************/

.validation-advice {
	margin:3px 0;
	padding:3px;
	background-color:#FF3300;
	color:#FFF;
	font-size:12px;
}

#articleTitle h1{
	font-family:"Segoe UI",Arial;
	font-size:16px;
	font-weight:bold;
}

#articleFooter{
	font-family:"Segoe UI",Arial;
	font-size:10px;
	margin-top:20px;
}

#aListTitle{
	margin-bottom:20px;
	font-size:18px;
	font-family:"Segoe UI",Arial;
}

.aListSname{
	margin-bottom:10px;
	font-family:"Segoe UI",Arial;
	font-size:14px;
	width:698px;
	background:url(h300.png) repeat-x scroll -50px;
	padding:5px 0 0 5px;
	height:25px;
}

.aListDate{
	font-size:10px;
	color:#3471B0;
	margin-right:5px;
}

.aListTitle{
	font-family:"Segoe UI",Arial;
	font-size:14px;
	font-weight:bold;
}

.aListTitle a{
	color:#3471B0;
}

.aListPretext{
	font-family:"Segoe UI",Arial;
	font-size:14px;

}

.aListPretext h2{
	margin-top:0;
}

.aListRm{
	font-size:10px;
	margin-bottom:20px;
	margin-left:655px;
}

#article ol, #article ul,.aListPretext ul{
	font-size:12px;
	font-family:"Segoe UI",Arial;
	color:#323232;
	margin-top:10px;
	margin-left:40px;
}

#article ol{
	list-style-type:decimal;
}

#article li, .aListPretext li{
	margin-bottom:10px;
}

#article{
	margin-top:10px;
}

#article td{
	padding:0 15px 20px 15px;
} 
