@charset "UTF-8";

/*CSS DOCUMENT*/

body{
	margin:0px;
	padding:0px;
	background-color:#006cb7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

h1, h2, h3, h4, h5, p, li {
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-weight:normal;
	font-size:2em;
	color:#0071BC;
	}
h2 {
	font-weight:normal;
	font-size:1.6em;
	/*color:#0071BC;*/
	color:#000000;
	}
p {
	font-size:1em;
	line-height:1.6em;
	color:#333333;
}
li{
	list-style:square;
}
a{
	color:#29ABE2;
	text-decoration:none;
}
a:hover, a:active{
	text-decoration:underline;	
}
a img {
	border:0px;
	}
/*------------------------------------------------------*/

#wrapper{
	width:960px;
	margin:0px auto;
}

#page {
	margin:10px 30px;
	/*width:900px; */
	/*background-color:#FFFFFF;*/
}


/*------------------------------------------------------*/
#header{
	height:110px;
	/*padding-top:1px;*/
	background-image:url(../images/layout/header_tile.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
}
#header .cell{
	width:930px;
	height:110px;
	margin:0px auto;
	background-image:url(../images/layout/header_shadow.png);
	background-repeat:no-repeat;
	background-position:bottom;
}
#header .content{
	padding:18px 30px;
}
#header .logo{
	float:left;
	}
	

/*------------------------------------------------------*/
#nav{
	float:left;
	margin-top:60px;
	margin-left:5px;
	height:35px;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	
	text-transform:uppercase;
}
#nav ul{
	display:inline;
	margin:0px;
	padding:0px;
}
#nav li {
	list-style:none;
	display:inline-block;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
}
#nav #current{
	background-image:url(../images/layout/nav_arrow.jpg);
	background-position:center 22px;
	background-repeat:no-repeat;
	height:35px;
	width:auto;
	display:inline-block;
}
#nav a{
	color:#D2EBF7;
	text-decoration:none;
	padding:5px 10px 20px;
	
}
#nav a:hover, #nav a:active{
	color:#FFFFFF;
	text-decoration:none;
	
	/*background-image:url(../images/layout/nav_arrow.jpg);
	background-position:center 27px;
	background-repeat:no-repeat;*/
}
/*------------------------------------------------------*/
#main{
	/*width:860px; */
	background-color:#FFFFFF;
}
#main .cell{			/*margins*/
	width:930px;
	margin:0px auto;
}
#main .content{			/*padding*/
	padding:30px 30px 0px;
}
/*-- Common styles ----*/
.fullCol{
	float:left;
	width:870px;
}
.link ul {
	margin-left:15px;
	padding-left:0px;
	font-weight:bold;
}
.link ul li{
	margin-left:0px;
	padding-left:0px;
	list-style:square;
	color:#29ABE2;
}
.intro {
	font-size:1.2em;	
}
.clearAll{
	clear:both;
}

.buttonLink_120{
	background-image:url(../images/buttons/button_120.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	/*height:25px;*/
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
}
.buttonLink_120 a{
	color:#FFF;
}
/*------------------------------------------------------*/
#footer{
	clear:both;
	padding-top:1px;
	background-image:url(../images/layout/footer_tile.jpg);
	background-repeat:repeat-x;
	background-color:#006cb7;
	height:160px;
	}
#footer .cell{			/*margins*/
	width:930px;
	margin:0px auto;
	background-image:url(../images/layout/footer_shadows.png);
	background-repeat:no-repeat;
	height:80px;
}

#footer .content{
	margin:0px 10px;
	padding-top:22px;
	font-size:10px;
	color:#999;
	text-align:center;
}
#footer p{
	line-height:normal;
	margin-bottom:5px;
}
