﻿/*
 *
 *
 */

/*
 * Color:
 * Blue - #1F4E7C
 * Orange - #FBAA2E
 * Gray - #DCDCDC
 *
 */

*{padding:0px;	margin:0px;}

body {
	margin:0px;
	padding:0px;
	font-family:Calibri, Arial, Verdana, Sans-Serif;
	font-size:15px;
	background-color:#7FBBF7;
	text-align:center;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-position:top left;
}

p {
	margin-bottom:15px;
}

div#pagecontainer {
	width:980px;
	margin: 0 auto;
}

div#topnavbar {
	margin: 0 auto;
	text-align:right;
	width:965px;
	height:35px;
	line-height:30px;
	padding:0px 15px 0px 0px;
}

div#topnavbar a:link, div#topnavbar a:visited {
	color:#1F4E7C;
	text-decoration: none;
}

div#topnavbar a:hover {
	text-decoration: underline;
}

div#topcontainer {
	width:980px;
	height:140px;
}

div#logo {
	background-image:url(../images/logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:320px;
	height:140px;
	float:left;
}

div#logo a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

div#banner {
	height:140px;
	width:660px;
	float:right;
	text-align:right;
	vertical-align:bottom;
}

div#banner img {
	border:0px;
}

div#menu {
	height:85px;
	width:980px;
	float:left;
}

div#menubar {
	width:920px;
	height:85px;
	margin:0px 30px;
	background-image:url(../images/menu_bg.png);
	background-repeat:no-repeat;
}

div#leftshade {
	width:30px;
	height:85px;
	float:left;
	margin-left:-980px;
	background-image:url(../images/menu_bg_left.png);
	background-repeat:no-repeat;
}

div#rightshade {
	width:30px;
	height:85px;
	float:left;
	margin-left:-30px;
	background-image:url(../images/menu_bg_right.png);
	background-repeat:no-repeat;
}

div#menubar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	float:left;
}

div#menubar ul li {
	display: inline; 
}

div#menubar ul li a {
	float:left;
	text-decoration:none;
	display:block;
	line-height:50px;
	color:#1F4E7C;
	font-size:18px;
	width:184px;
	padding:15px 0px 15px 0px;
	font-weight:bold;
}

div#menubar ul li a:hover {
	text-decoration:underline;
}

.divider {
	width:2px;
	height:50px;
	background-image:url(../images/menu_div.png);
	background-repeat:no-repeat;
	background-position:right center;
}

div.clear15 {
	height:15px;
	width:100%;
}

div.clear20 {
	height:25px;
	width:100%;
}

div.clear20 {
	height:25px;
	width:100%;
}

div#contentcontainer {
	width:980px;
	background-image:url(../images/main_bg.png);
	background-position:top;
	background-repeat:repeat-y;
	margin: 0 auto;
}

div#content{
	width:920px;
	margin:0px 30px;
	background-color:#e0ebf3;
	min-height:290px;
	float:left;
}

div#contentshadetop_left{
	width:30px;
	height:30px;
	float:left;
	margin-left:-980px;
	background-image:url(../images/main_left_shadow_t.png);
	background-repeat:no-repeat;
}

div#contentshadetop_right{
	width:30px;
	height:30px;
	float:left;
	margin-left:-30px;
	background-image:url(../images/main_right_shadow_t.png);
	background-repeat:no-repeat;
}

div#contentshadetop {
	width:980px;
	height:11px;
	background-image:url(../images/main_top_shadow.png);
	background-repeat:no-repeat;
}

div#contentshadebottom {
	width:980px;
	height:40px;
	background-image:url(../images/main_bottom_shadow.png);
	background-repeat:no-repeat;
}

div#contentmainbody {
	text-align:left;
	margin-left:15px;
	margin-top:15px;
	padding-right:14px;
	width:625px;
	float:left;
	min-height:275px;
	border-right:1px dashed #1F4E7C;
}

div#contentrightcol {
	text-align:left;
	margin-left:15px;
	margin-top:15px;
	width:250px;
	float:left;
}

div#contentmainbody h1.title {
	color:#1F4E7C;
	font-family:Calibri,Arial,Verdana,Sans-Serif;
	font-size:32px;
	font-weight:normal;
	border-bottom:1px solid #1F4E7C;
	line-height:1;
	margin-bottom:5px;
}

div#contentmainbody h2.subtitle {
	color:#FBAA2E;
	font-family:Calibri,Arial,Verdana,Sans-Serif;
	line-height:1;
	font-size:18px;
	margin-bottom:10px;
	font-weight:normal;
}

div#contentmainbody p {
	font-family:Calibri, Arial, Verdana, Sans-Serif;
	font-size:15px;
}

div#footer {
	width:920px;
	padding-left:30px;
	padding-right:30px;
}

div#footer div.footerlinks {
	float:right;
}

div#footer div.footerlinks, div#footer a {
	text-decoration:none;
	color:#1F4E7C;
	font-family:Calibri, Arial, Verdana, Sans-Serif;
	font-size:14px;
	text-align:right;
}

div#footer p {
	text-align:left;
	font-family:Calibri, Arial, Verdana, Sans-Serif;
	font-size:12px;
}
