/* main elements */
body { 
	background: #d2f0fa url("images/background.gif") repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333333;
	margin: 0px;
}

/* links */

a,a:link,a:link,a:link,a:hover {
	text-decoration: underline;
} 

a:link { 
	color: #464700;
}

a:visited { 
	color: #003473;
}

a:hover { 
	color: #003473;
}

a:active { }


/* images and etc. */

img {
	border: none;
}

p { }

td { }


/* headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 25px 0px 5px 0px;
}

h1 {
	font-size: 18px;
	color: #464700;
	border-bottom: 2px dotted #464700;
	margin-bottom: 15px;
	line-height: 1.2em;
}

h2 {
	font-size: 12px;
	color: #003473;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top: 1px dotted #ccc;
}

h3 {
	font-size: 12px;
	color: #003473;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 15px;
	color: #003473;
}


/* homepage quote */
blockquote {
	font-size: 13px;
	width: 550px;
	color: #464700;
	margin: 0;
	line-height: 1.7em;
	padding: 0px 0px 5px 0px;
}

.ex1 {
	width: 500px;
}

.ex1 p.first-ele {
	padding: 30px 0px 0px 0px;
	background: url(images/quote_top.gif) no-repeat top;
}

.ex1 p.last-ele {
	padding: 0px 45px 30px 0px;
	text-align: right;
	background: url(images/quote_bottom.gif) no-repeat bottom;
	font-weight: bold;
	color: #003473;
}

/* container to center the layout */
#body-wrap {
	width: 800px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}

/* header */
#header {
	width: 800px;
	height: 138px;
	padding-bottom: 20px;
}

/* container to position content */
#content-wrap {
	width: 800px;
	background-color: transparent;
}

/* container for main content*/
#content {
	float: left;
	width: 550px;
	background-color: #transparent;
	clear: left;
}

/* drop-down menu */
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #003473;
	background-color: #d2f0fa;

}

#nav li li a:hover {
	background-color: #b5e0ff;
}

#nav li {
	float: left;
	position: relative;
	height: auto;
	width: 110px;
	text-align: center;
	cursor: default;
	padding: 0px 0px 1px 0px;
	margin: -2px 0 0 0 ;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #ffffff;
}

#nav li > ul {
	top: 3em;
	left: 0;
}

#nav li li {
	display: block;
	float: none;
	background-color: #ffffff;
}

#nav li:hover ul, li.over ul {
	display: block;
}


/* left content */

#body {
	float: left;
	width: 500px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	margin-top: -4px;
	padding: 25px;
	line-height: 1.6em;
	}


/* right sidebar */
#sidebar {
	float: right;
	background-color: transparent;
	padding: 0px 0px 50px 0px;
	margin: -30px 0px 0px 0px;
}

#sidebar_content {
	width: 225px;
	line-height: 1.8em;
}

#sidebar h4 {
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	background: url(images/sidebar_line.gif) left bottom;

}

#sidebar a {
	font-size: 12px;
	font-weight: normal;
	color: #003473;
	text-decoration: none;
}

#sidebar a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding-bottom: 20px;
}

#sidebar li {
	padding-bottom: 8px;
	padding-left: 15px;
	margin: 0px;
	background: url(images/arrow.gif) no-repeat top left;
	background-position:0% 40%;
}

#sidebarBold {
	font-weight: strong;
}

/* copyright footer */
#footer {
	width: 550px;
	background: url(images/rounded_bottom.gif) no-repeat top;
	float: left;
	text-align: right;
	padding: 30px 0px 30px 0px;
	color: #003473;
	}