/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Screen layout: */

html {
     overflow: -moz-scrollbars-vertical;
}


/***** Body and main container *****/
body {
margin:0 auto;
padding:0;
font:80%/1.4 Verdana,Tahoma,Arial,sans-serif;
background:#e9e9e9;
margin:0px 0px 0px 0px;
color:#000000;
word-wrap: break-word;
}

td{
word-wrap: break-word; /* Internet Explorer 5.5+ */

}

#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
margin-top:10px;
width:760px;
word-wrap: break-word;
border:1px solid #000000;
padding:5px;

}

/***** Various tags *****/
a {
text-decoration:underline;

color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}


/***** Header *****/
#mainHeader {
	padding:0px;
	background-image:url(../images/headerText.gif);
	height:120px;
}

#mainHeader img{
border-bottom:0;
margin-bottom:0;
}

#mainHeader #subHeader{
	margin-top:100px;
	float:right;
	font-size:120%;
	padding-right:10px;
}
#mainHeader #subHeader a{
	text-decoration:none;
	font-weight:bold;
}


#pageHeader{
	margin:0;
	padding:0;
	color:#4052fa;
	font-size:150%;
	padding-top:10px;
	font-weight:bold;
	padding-bottom:10px;
}


/***** Main content *****/
#content {
	margin-left:185px;
	margin-top:5px;
	word-wrap: break-word;
	text-align:justify;
}

#content #imageLeft{
	float:left;
	padding-right:10px;
	padding-top:25px;
	padding-bottom:10px;
}

#content #aboutImageLeft{
	float:left;
	padding-right:10px;
}

#content #aboutImageRight{
	float:right;
	padding-left:10px;
}


#content h2{
	margin:0;
	padding:0;
	color:#286ea0;
	font-size:120%;
	padding-top:10px;
	text-align:left;
}

#content h3{
	margin-top:0;
	padding:0;
	font-size:120%;
	text-align:left;
}

#content #linkRight{
	float:right;
	padding-right:10px;
	margin-top:10px;
}

#content #linkRightBold{
	float:right;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:120%;
}


#content hr{
	color:#e9e9e9;
	clear:right;
}

#content #homepageBoxWrapper{

	height:900px;
	float:left;
	font-size:85%;
	text-align:left;
}

#content #homepageBoxWrapper #homepageBox1{
	width:189px;
	margin-right:4px;
	background-color:#D7F0BD;
	height:100%;
}

#content #homepageBoxWrapper #homepageBox2{
	width:189px;
	margin-right:4px;
	background-color:#fdf8ba;
	height:100%;
}

#content #homepageBoxWrapper #homepageBox3{
	width:189px;
	background-color:#C6DEFB;
	height:100%;
}

#content #homepageBoxWrapper #boxText{
	padding:5px;
}

#content #homepageBoxWrapper #header{
	font-weight:bold;
	text-align:left;
	padding-bottom:10px;
}

#clear{
	clear:both;
}



.FormTable{ 
	BORDER-BOTTOM: #2D7DB5 1px solid; 
	BORDER-LEFT: #2D7DB5 1px solid; 
	BORDER-RIGHT: #2D7DB5 1px solid; 
	background-color:#eaebef;	
	FONT-SIZE: 12px;				
	text-align:left;
}

.FormTableHeader{	
	background-color:#286ea0;	
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	font-weight:bold;			
}

.FormQuestions{
	font-weight:bold;
}

.formElement{
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	FONT-SIZE: 12px; BORDER-LEFT: #000000 1px solid; 
	COLOR: #286ea0; BORDER-BOTTOM: #000000 1px solid;
	font-weight:bold;
	font-family: Arial;
}


/***** Footer *****/
#footer {
margin-top:3px;
clear:both;
padding:8px 0 15px;
text-align:center;
font-size:0.9em;
background-color:#4052fa;
color:#ffffff;
}

#footer a:link, #footer a:visited{
color:#ffffff;
text-decoration:underline;
}



/***** Left sidebar *****/
#leftside {
	clear:left;
	float:left;
	width:170px;
	margin-top:3px;
	padding:5px;
	color:#ffffff;
	background-color:#d4340c;
	line-height:1.2;
	
	/*#9d8d6b;*/
	
}

#leftside #header{
	color:#fdf8ba;
	margin-left:15px;
	margin-bottom:5px;
	font-weight:bold;
	
}

#leftside ul{
	margin:5px;
	margin-left:20px;
	list-style-image:url(../images/arrow4.png);
	padding-left:0;
}

#leftside ul li{
	padding-bottom:5px;
}

#leftside ul a:link, #leftside ul a:visited{
	color:#ffffff;
	text-decoration:none;
}

#leftside ul a:hover{
	text-decoration:underline;
}

#leftside .rule{
	color:#e9e9e9;
	height:1px;
}

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.answer{
padding-left:20px;
padding-right:20px;
padding-bottom:5px;
border:0px solid black;
margin:5px;
background-color:#eaebef;
font-weight:normal;
}

.questionList{
	margin:5px;
	margin-left:20px;
	padding-left:0;
	padding-top:10px;
	list-style-type:disc;
}

.questionList li{
	margin-bottom:15px;
	font-weight:bold;
}

.SuccessMessage{
	COLOR:green;
	font-weight:bold;
	text-align:center;
}
.ErrorMessage{
	COLOR:red;
	font-weight:bold;
	text-align:center;
}

.textForm{
	font-weight:bold;
}

.orderLink, .orderLink:hover{
color:#ffffff;
}

.resourceTitle{
font-weight:bold;
}

.resourceTitleSub{
	font-size:80%;
}

.resourceTableHeader{
font-weight:bold;
}

.resourceLink{
	text-decoration:none;
	font-weight:bold;
}
.resourceLink:hover{
	text-decoration:none;
}



#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.fixedWidth{
	width:450px;
	overflow:auto;
}

#center{
	text-align:center;
}
