/* GLOBALS */
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background: #ffffff url(img/body_bg.jpg) repeat-x;
	padding-bottom: 15px;
}
#container{
	width: 800px;
	margin: 0 auto;
	margin-top: 15px;
	background: #ffffff url(img/container_bg.gif) repeat-y;
}
a:link, a:visited, a:active{
	text-decoration: none;
	color: #014a8f;
}
a:hover{
	text-decoration: underline;
	color: #014a8f;
}
img{
	border: 0px;
}


/* HEADER */
#header .top{
	background: transparent url(img/header_top.gif) no-repeat;
	height: 88px;
}
#header .top .links{
	text-align: right;
	font-size: 12px;
	padding: 10px 10px 0 0;
}
#header .top span{
	padding: 0px 4px 0px 4px;
}
#header .bottom{

}
.sampdir{
	vertical-align: middle;
}


/* NAVIGATION */
#navigation{

	height: 75px;
}
#navigation ul{
	list-style: none;
	margin: 0;
	padding: 38px 0px 0px 229px;
}
#navigation li{
	margin: 0;
	padding: 0;
	display: inline;
}
#navigation a{
   background: transparent;
   float: left;
   width: 116px;
   height: 30px;
   overflow: hidden;
   text-align: center;
   color: #ffffff;
   text-decoration: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 45px;
}
#navigation .id-a{
	width: 204px;
	background: transparent url(img/nav1.gif) no-repeat;
}
#navigation .id-b{
	background: transparent url(img/nav2.gif) no-repeat;
}
#navigation .id-c{
	background: transparent url(img/nav3.gif) no-repeat;
}
#navigation .id-d{
	background: transparent url(img/nav4.gif) no-repeat;
}
#navigation a:hover{
   background-position: 0px -10px;
}
#navigation a.selected{
   background-position: 0px -10px;
   cursor: default;
}


/* LAYOUT */
#content{
	float: left;
	width: 550px;
}
#content .padding{
	padding: 20px 20px 50px 20px;
}
#sidebar{
	float: right;
	width: 250px;
}
#sidebar .padding{
	padding: 20px 20px 50px 0px;
}


/* GLOBAL FONTS */
h1{
	margin: 0;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 24px;
	color: #004a8e;
	font-weight: normal;
	font-style: italic; 
}
h2{
	margin: 0;
	color: #333333;
	font-size: 14px;
	margin-top: 10px;
}
p{
	margin: 0;
	font-size: 12px;
	line-height: 19px;
	margin-top: 10px;
}


/* FOOTER */
#footer{
	clear: both;
	height: 179px;
	background: #ffffff url(img/footer_bg1.jpg) no-repeat;
	color: #ffffff;
}
#footer .c1{
	float: left;
	width: 140px;
	margin: 50px 0px 0px 90px;
	display: inline;
	border-right: 1px solid #ffffff;
}
#footer .c2{
	float: left;
	width: 200px;
	margin: 50px 0px 0px 40px;
	display: inline;
	border-right: 1px solid #ffffff;
}
#footer .c3{
	float: left;
	width: 220px;
	margin: 50px 0px 0px 30px;
	display: inline;
}
#footer p{
	margin: 0;
	font-size: 11px;
	line-height: 12px;
	margin-top: 10px;
}
#footer a:link, #footer a:visited, #footer a:active{
	text-decoration: none;
	color: #ffffff;
}
#footer a:hover{
	text-decoration: underline;
	color: #ffffff;
}


/* FORMS */
form{
	margin: 0;
	padding: 0;
}
#contact_form .text{
	width: 220px;
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	background: #9ecee4;
	margin-top: 3px;
	color: #ffffff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
}
#contact_form .textarea{
	width: 220px;
	height: 44px;
	border: 0px;
	background: #9ecee4;
	overflow: auto;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
}
#contact_form .submit{
	margin-top: 3px;
}


/* OTHER */
.smalltext{
	font-size: 10px;
	line-height: normal;
}


/* LISTS */
#reglist{
	font-size: 12px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	list-style: none;
}
#reglist li{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: transparent url(img/bullet1.gif) no-repeat;
	background-position: 0px 5px;
	line-height: 15px;
}


/* INFO BOXES */
#infobox .title{
	width: 230px;
	height: 20px;
	background: transparent url(img/infbox_t1.gif) no-repeat;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-indent: 17px;
	line-height: 19px;
}
#infobox p{
	color: #333333;
	margin-top: 7px;
}
#caption{
	width: 510px;
	background: transparent url(img/captbox_m.gif) repeat-y;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	font-style: italic; 
	color: #004A8E;
}
#caption .t{
	height: 20px;
	background: transparent url(img/captbox_t.gif) no-repeat;
}
#caption .b{
	height: 31px;
	background: transparent url(img/captbox_b.gif) no-repeat;
}




sup, sub { 
	vertical-align: 0;
	position: relative; 
}
sup { bottom: 4px; }
