/*
----------------------------------------------------------------
	B A S E   C S S
---------------------------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bkd.gif);
	background-repeat: repeat-x;
	background-color: #cadbed;
}


body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #1c3978;
}
.largetext {
	font-size: 110%;
}
.caps {
	text-transform: uppercase;
}
#main_nav {
	color: #669ACC;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/nav_bkd.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
}




/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 {
	font-size: 1.9em;
	margin-bottom: 0.5em;
	color: #1C3977;
	font-family: Georgia, Times, "Times New Roman", serif;
	line-height: 1.25em;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	margin-bottom: 0.75em;
	font-weight: bold;
	margin-top: .5em;
	color: #669ACC;
}
h3 {
	margin-bottom: .5em;
	font-size: 14px;
	margin-top: .75em;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
}
h4 {
	margin-bottom: 0.75em;
	text-transform: uppercase;
	color: #1c3978;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.25em;
	color: #1C3977;
}
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           {
	margin-right: 0;
	margin-bottom: .75em;
	margin-left: 0;
	margin-top: 0.25em;
}
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 0em 0 0em 0em; }

a:focus, a:hover     { text-decoration: none; }
a           {
	text-decoration: underline;
	color: #1C3978;
}

#main_nav a:link { color: #FFFFFF; text-decoration: none; }
#main_nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#main_nav a:hover { color: #669ACC;}

#footer a:link  { color: #1c3978; text-decoration: none; }
#footer a:visited { color: #1c3978; text-decoration: none; }
#footer a:hover { color: #669acc; }

#sidebar_left a:link { color: #1c3978;}
#sidebar_left a:hover  { color: #669ACC;text-decoration: none; }

#top_nav a:link { color: #1c3978;text-decoration: none;}
#top_nav a:hover { color: #669ACC;text-decoration: none;}
#top_nav a:visited { text-decoration: none; }

#main_content a:link { color: #669acc; text-decoration: underline; }
#main_content a:visited { color: #669acc; text-decoration: underline; }
#main_content a:hover { color: #669acc; text-decoration: none; }

#sub_nav a:link { text-decoration: none; }
#sub_nav a:hover { text-decoration: none; color: #669ACC; }
#sub_nav a:visited { text-decoration: none;}	

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

ul {
	list-style: disc;
	margin-left: 30px;
	padding-left: 0em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	}
	
li {
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;

}

ol {
	list-style: decimal;
	margin-left: 40px;
	padding-left: 0em;
	margin-bottom: 5px;
	padding-bottom: 0px;
	line-height: 18px;
	margin-top: 5px;
}

/* Structure
-------------------------------------------------------------- */
#container {
	width: 923px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	color: #669ACC;
	padding-top: 5px;
}
#content {
	background-color: #FFFFFF;
	margin-top: 4px;
}
#header {
	height: 128px;
}

#bottom_nav {
	text-align: right;
	padding-top: 10px;
	color: #797A3B;
	text-transform: uppercase;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}

#content_right {
	padding-left: 30px;
	padding-top: 20px;
	height: 439px;
	overflow: auto;
	padding-bottom: 0px;
	padding-right: 20px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
#sidebar_left {
	width: 253px;
	padding: 15px 15px 10px;
	color: #669ACC;
	font-size: 11px;
}
.call_us {
	float: right;
	clear: both;
	margin-top: 50px;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #1c3978;
	font-family: Georgia, Times, "Times New Roman", serif;
}
/* End hide from IE-mac */ .clearboth {
	clear: both;
}
#top_nav {
	float: right;
	clear: left;
	background-image: url(../images/sub_nav_bkd.gif);
	height: 21px;
	width: 299px;
	background-repeat: no-repeat;
	text-align: center;
	padding: 15px 5px 10px;
	font-weight: bold;
	color: #669ACC;
	font-size: 10px;
}
#sidebar_left #form1 input {
	color: #999999;
	font-size: 11px;
}
#form1 {
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 10px;
}
#sidebar_left #form1 #submit {
	color: #003366;
	font-variant: normal;
}
#sidebar_left .rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFBFD0;
	height: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#sidebar_left_home .rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFBFD0;
	height: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#main_nav img {
	padding-right: 0px;
	padding-left: 0px;
}
#bottom_buttons img {
	padding-left: 0px;
}
.padding {
	padding-right: 12px;
}
#bottom_buttons {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 923px;
}
#main_content_home ul {
	color: #669ACC;
	list-style-image: url(../images/bullet.gif);
	text-indent: -10px;
	margin-bottom: .2em;
}
#footer .designby {
	font-size: 10px;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: lowercase;
}
#footer .copyright {
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: capitalize;
	font-size: 11px;
}
#main_content {
	width: 575px;
	padding-top: 15px;
	padding-left: 37px;
	padding-right: 25px;
	line-height: 20px;
	padding-bottom: 10px;
}
#sub_nav {
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	color: #669ACC;
	font-weight: bold;
	padding-bottom: 10px;
}
#container #content #main_content p {
	margin-bottom: 1.25em;
}

#bios img {
	float: left;
	border: 1px solid #84ABD5;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#main_content .rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFBFD0;
	height: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
	clear: both;
}
#main_content ul {
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
}
.gradient_bkd {
	background-image: url(../images/grad_bkd_gray.gif);
	background-repeat: repeat-x;
	padding: 10px 10px 20px;
}
.date {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	font-style: italic;
}
#main_content .date p {
	margin-bottom: 0px;
}
#level3_nav {
	font-weight: normal;
	text-transform: capitalize;
	margin-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AFBFD0;
	padding-right: 10px;
}
#sidebar_left ul {
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
	margin-left: 0px;
	text-indent: -18px;
	padding-left: 20px;
}
#roman ol {
	list-style-type: upper-roman;
	list-style-position: outside;
	line-height: 18px;
}
#roman li {
	line-height: 18px;
	padding-bottom: 5px;
}
#sidebar_left_home {
	width: 253px;
	padding: 15px 15px 5px;
	color: #669ACC;
	font-size: 11px;
}
#login form {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	line-height: 24px;
	color: #1C3977;
}
#login h1 {
	margin-bottom: .25em;
}

#main_content_home {
	width: 600px;
	padding-top: 15px;
	padding-left: 37px;
	background-image: none;
}

td.home_photo  {
	background-image: url(../images/home_main_photo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#sidebar_left_home #news{
margin-bottom: 5px;
}

#sidebar_left_home #news a {
	text-decoration: none;
	display: block;
	padding: 3px;
}

#sidebar_left_home #news a:hover {
	text-decoration: none;
	display: block;
	background-color: #BFD0E5;
	padding: 3px;
}
#sidebar_left_home #news p {
	margin-bottom: 0em;
	margin-left: -3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AFBFD0;
	margin-top: 0em;
	padding: 0px;
}
#sidebar_left_home #news h1 {
	margin-bottom: 0.25em;
}
#message {

}
#message a, #message a:hover {
	text-decoration: none;
	border: 1px solid #AFBFD0;
	display: block;
	width: 180px;
	padding: 8px 5px;
	margin-top: 20px;
	margin-left: -8px;
	font-weight: bold;
	background-image: url(../images/message_bkd_over.png);
	background-repeat: repeat-x;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	}
#message a:hover {
border: 1px solid #3C558B;

}
.news {
}
#mainnews {
}
#mainnews img {
	clear: both;
	border: 1px solid #669ED8;
	margin-bottom: 5px;
	display: block;
}
#mainnews .photo {
	margin-bottom: 15px;
}
#news {
}
#news img {
	border: 1px solid #66A0DA;
	margin-bottom: 10px;
}
#mainnews .imglink img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: inline;
	float: left;
	padding-right: 5px;
}


.note{
font-size:10px;
line-height:14px;


}