/** Imports **/
@import url("menu.css");


.clear { clear: both; }


/** Main Elements **/
body { 	margin:0; padding:0;
		background:url('/library/images/bg.jpg') repeat-x #f1efe9;
		font-family: "Lucida-Grande", "Verdana";
		 }
		

#wrap { width: 930px; margin: 0 auto;}


#home #header { 	height: 292px;
			background:url('/library/images/mainbg_home.jpg') no-repeat; }
			
			
#sub #header { 	height: 292px;
			background:url('/library/images/mainbg_p.jpg') no-repeat; }
			
			#sub #atheader { 	height: 292px;
			background:url('/library/images/peoplebg.jpg') no-repeat; }

#logo { margin-top:120px; }

strong { color: #333; }

#home #content {  clear: both; background:url('/library/images/content_bg.gif') repeat-y; border-bottom: 1px solid #b9b7b3; }
#sub #content {  clear: both; background:url('/library/images/content_bg_sub.gif') repeat-y; border-bottom: 1px solid #b9b7b3;  }



#content a { color: #0b224d; }

/** Content Elements    **/

h2 { font-size: 20px; color: #333; font-family: Georgia; font-weight: normal; margin-bottom: 0; line-height: 1.5; }
h3 { font-size: 16px; color: #333; font-family: Georgia; font-weight: normal; margin-top: 5px; }


#home #left { width:322px; padding: 15px; float: left;  }
#home #center { width:303px; padding:15px 25px; float: left; }

#right { float: left; width: 220px; padding: 15px 0 40px 0; }
#right h2 { margin:35px 0 0 20px; font-size: 20px; }

#sub #left { width:180px; padding-top: 6px; float: left; }
#sub #left img { padding-bottom: 6px; border-bottom: 1px solid #b9b7b3;}
p { font-size: 11px; line-height: 1.8; }
#sub #left h4 { font-size: 14px; }


h5 { font-size: 18px; color: #6d1800; font-family: Georgia; font-weight: normal; margin-top: 20px; padding-bottom: 8px; border-bottom: 1px solid #b9b7b3; margin-bottom: 10px; }


#sub #center { width:467px; padding:4px 30px; float: left; }
#sub #center p { font-size: 12px; line-height: 1.8; }
#center img { border: 5px solid #b9b8b4; margin-top: 15px; margin-bottom: 8px;  }

#center table { margin-bottom: 25px; }
#center table img { border: 3px solid #b9b8b4; margin-bottom: 0; margin-top: 0;  }


.rightside li { 	background-repeat: no-repeat;
					background-position: 15px 0px;
					margin-left: -38px;
					list-style: none;
					font-size: 12px;
					border-bottom: 1px solid #b9b7b3;
					padding:12px 0 12px 34px;
					background-image: url('/library/images/arrow.gif');  }
					
.rightside li a { text-decoration: none; color: #363636; }
					
					
.last { border-bottom: none; padding: 30px 0; background-image: none; }


/* Content DL's */

dl { width: 465px; border-bottom: 1px solid #b9b7b3; margin-bottom: 25px; padding-bottom: 25px;  }
dl img { float: left; margin-right: 15px;  }
dt { padding: 15px; font-size: 12px; font-weight: bold; color: #333; }
dd { font-size: 11px; }




.cc li { font-size:11px; line-height: 2; }

#footer { padding: 6px 0 20px 0; font-size: 10px; color: #666; text-align: right;  }
#footer a { color: #666; text-decoration: none; }






















