
body
{
	background: white;
	font-family: georgia;
}

#wrapper
{
	width: 900px;
	left: 50%;
	margin-left: -445px;
	position: relative;
	top: 0px;
}

h1
{
	font-size: 20px;
	color: #007dc3;
}

h2
{
	font-size: 13px;
	font-weight: bold;
}

h3
{
	font-size: 13px;
	color: #007dc3;
}

*:focus
{
	outline-color: invert;
	outline-style: none;
	outline-width: 0pt;
}

.clear
{
	clear: both;
}

p
{
	margin: 0 0 1em 0;
}

a
{
	color: black;
	text-decoration: none;
}

p a,
ul li a
{
	color: #007dc3;
	text-decoration: underline;
	font-size: 13px;
}

p a:hover,
ul li a:hover
{
	text-decoration: none;
}

/** HEADER **/

#header
{
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 9px;
	height: 140px;
}

#header h1 img
{
	width: 694px;
}

#header a
{
	overflow: visible;
	height: inherit;
}

#header h1,
#header ol
{
	float: left;
}

#header ol
{
	margin: 38px 0 0 60px;
	border-left: 1px solid #e0e0e0;
}

#header li
{
	padding: 2px 0 2px 10px;
}

#header li a
{
	padding-right: 10px;
	background: url(/images/arrow.gif) no-repeat scroll 100% 50%;
	font-size: 12px;
}

#header li a:hover
{
	text-decoration: underline;
}

/** COLUMN BLOCK **/

#columnA,
#columnB
{
	float: left;
}

#columnA
{
	width: 152px;
	padding-left: 61px;
	height: 100%;
	font-size: 15px;
}

#columnB
{
	width: 634px;
	margin-left: 43px;
}

/** NAVIGATION A BLOCK **/

#navigation li
{
	width: 152px;
	background: url(/images/arrow.gif) no-repeat scroll 95% 50%;
	border-bottom: 1px solid #e0e0e0;
}

#navigation li a
{
	display: block;
	padding: 5px 14px;
}

#navigation li.active,
#navigation li ol.parent li.active,
#navigation li:hover,
#navigation li a:hover
{
	background: #007dc3 url(/images/arrow-white.gif) no-repeat scroll 95% 50%;
	color: white;
}

#navigation li.open
{
	background: #007dc3 url(/images/arrow-white-open.gif) no-repeat scroll 95% 50%;
}

#navigation li.active a,
#navigation li a:hover,
#navigation li ol.parent li a:hover
{
	color: white;
}

#navigation li ol
{
	background: white;
}

#navigation li ol.parent li.active,
#navigation li ol.parent li.active a,
#navigation li ol.parent li a:hover,
#navigation li ol.parent li:hover,
#navigation li ol.parent li
{
	width: 100%;
	border: 0;
	background: white;
	color: #007dc3;
}

#navigation li ol.parent li a
{
	padding-left: 22px;
	padding-right: 22px;
	color: black;
	width: 100%;
}

/** CONTENT BLOCK **/

#content h1
{
	font-size: 20px;
	color: #007dc3;
}

#content h1.page_title
{
	margin: 0 0 25px 0;	
}

#home_content h1
{
	margin-bottom: 20px;
	background-color: #e0e0e0;
	padding: 22px 9px;
	color: #000000;
}

#home_content h1 strong
{
	color: #007dc3;
	font-style: italic;
}

#home_content
{
	padding-right: 10px;
	font-size: 119%;
}

#columnB ul
{
	margin:5px 0px 0px 13px;
}

#columnB ul li
{
	list-style-type: disc;
	margin-bottom: 3px;
	line-height: 1.5em;
}

#columnB p a
{
	text-decoration: none;
}

#columnB p a:hover
{
	text-decoration: underline;
}

/** SUBSCRIPTION BLOCK **/

#subscribe
{
	width: 168px;
	float: right;
	padding: 0 9px 1em;
	border-left: 1px solid #e0e0e0;
	margin-left: 20px;
	clear:both;
}

#subscribe h3
{
	color: #007dc3;
	font-size: 15px;
	margin-bottom: 4px;
}

#subscribe form
{
	margin-top: 30px;
}

#subscribe form label,
#subscribe form input
{
	margin-top: 10px;
}

#subscribe form .inputText
{
	background: #e0e0e0;
	border: 0px;
	padding: 4px;
	width: 160px;
	height: 19px;
}

#subscribe form .inputSubmit
{
	border: 0px;
	color: #007dc3;
	background: white url(/images/arrow-blue.gif) no-repeat scroll 99% 55%;
	padding-right: 7px;
	font-size: 120%;
	text-align: left;
}


/** FOOTER BLOCK **/

#footer
{
	width: 809px;
	height: 45px;
	border-top: 1px solid #e0e0e0;
	padding-top: 4px;
	margin-top: 68px;
	margin: 68px 0 0 61px;
}

#footer ul li
{
	list-style-type: none;
	display: inline;
	margin-left: 23px;
}

/*#footer img
{
	margin-left: 33px;
}*/

/** FOOTER BLOCK **/

#columnB ul.newsList
{
	margin-left: 0px;
}

#columnB ul.newsList li
{
	list-style-type: none;
}

#columnA div#menubuttons ul
{
	margin-top: 20px;
}

#columnA div#menubuttons ul li
{
	margin-top: 5px;
	list-style-type: none;
}

#columnA div#menubuttons ul li a 
{
	background: -moz-linear-gradient(center top, #202c86, #007dc3) repeat scroll 0 0 transparent; 
	border-radius: 3px 3px 3px 3px; 
	display: block; 
	font-size: 14px; 
	height: 40px; 
	line-height: 40px; 
	text-align: center; 
	text-transform: none; 
	color: #ffffff;
	text-decoration:none;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#202c86), to(#007dc3));
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#202c86, endColorstr=#007dc3);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#202c86, endColorstr=#007dc3)";
}

#columnA div#menubuttons ul li a:hover
{
	background: -moz-linear-gradient(center top, #007dc3, #202c86) repeat scroll 0 0 transparent; 
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#007dc3), to(#202c86));
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#007dc3, endColorstr=#202c86);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#007dc3, endColorstr=#202c86)";
}

#carousel
{
	width: 168px;
	float: right;
	padding: 0 9px 1em;
	border-left: 1px solid #e0e0e0;
	margin-left: 20px;
	clear:both;
}

#carousel h3
{
	font-size: 15px;
}
ul#carousel-items li 
{
	list-style-type: none;
}

ul#carousel-items li a
{
text-decoration:none;
text-align: center;
font-weight: bold;
}

