@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #23477A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
h1 {
	color: #999999;
	font-size: 3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #23477A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5em;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul {
}
ul li {
}

a, a:link {
	text-decoration: none;
	color: #23477A;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
#header {
	margin: 0px;
	padding: 25px;
	background-color: #FFFFFF;
	background-image: url(../images/header_background.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#outerContainer {
	width: 960px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #772424;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
#innerContainer {
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	padding-bottom: 15px;
	margin-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#contentContainer {
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #23477A;
	padding: 15px;
	float: left;
	clear: right;
	margin-bottom: 10px;
	background-image: url(../images/content_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#mainContent {
	width: 650px;
	margin-left: 275px;
}
#mainContent ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	line-height: 1.8em;
}

#leftNav {
	float: left;
	width: 250px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	background-color: #F5F5F5;
}
#leftNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftNav ul li {
	margin-bottom: 3px;

}
#leftNav ul li a, #leftNav a:link, #leftNav a:visited {
	border-left-width: 9px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	display:inline-block;
}
#leftNav ul li a, #leftNav a:link, #leftNav a:visited {
	display:block;
}
#leftNav li    a:hover, #home   #homeNav,#services   #servicesNav,#articles  #articlesNav,#contact #contactNav,#about #aboutNav    {
	background-color: #EAEAEA;
	text-decoration: none;
	border-left-color: #772424;
}
#leftNav ul li ul {
	margin-left: 20px;
}
#leftNav ul li ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	font-weight: normal;
}
#leftNav ul li ul li a, #leftNav ul li ul li a:link, #leftNav ul li ul li a:visited  {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	padding-left: 0px;
	padding-right: 10px;
	margin: 0px;
	border-left-width: 0px;
}
#leftNav  ul  li  ul  li  a:hover       {
	border-left-width: 0px;
	border-left-style: none;
	text-decoration: underline;
	background-color: #F5F5F5;
}


#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: none;
	clear: both;
	bottom: 0px;
	margin-bottom: 10px;
}
#footer  a, #footer  a:link, #footer a:visited  {
	color: #999999;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: block;
	float: left;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
}
