a img {border: none; }

/*img {display:block}*/


body {
	margin:auto;
	padding: 0;
	
	font-family: Times New Roman;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	/*color: #737373;*/
	color: black;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
font-family: Times New Roman;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
font-family: Times New Roman;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	/*margin-bottom: 1.8em;*/
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

img.floatLeft { 
    float: left; 
    margin: 6px; 
}


/* Logo */

#logo {
	width: 960px;
	height: 160px;
	margin: 0px auto 20px;
	/*border-bottom: 6px solid #3F3F3F;
	color: #414141;*/
	background: url(images/oakhilllogo.jpg) no-repeat left;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px 0 0;
}

#logo h1 {
	float: left;
	margin: 20px auto 0 130px;
	padding-top: 30px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 3em;

}

#logo h2 {
	float: right;
	padding-top: 59px;
	letter-spacing: -1px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 26px;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	/*color: #414141;*/
	color: #1D1B5C;
}


/* Splash */

#splash {
	width: 960px;
	height: 200px;
	margin: 0px auto 0px;
		/*border: 0px;*/
	border-left: 1px solid #1D1B5C;
	border-right: 1px solid #1D1B5C;
	border-top: 1px solid #1D1B5C;
	border-bottom: 1px solid #1D1B5C;
	display:block
}



/*Menu*/
#nav {
	width: 962px;
	margin: 0px auto 0px;
	padding: 0px;
	
}


.ddcolortabs{
padding: 0;
width: 962px;
margin: 0px auto 0px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 14px Arial, Verdana, sans-serif;
margin: 0px 0px 0px 93px;
padding:0 0 ;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0px 2px 0px 0px;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: white;
background: #1D1B5C url(images/color_tabs_left.gif) no-repeat left top;
margin:0px 2px 0px 0px;
padding:0 0 0px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #1D1B5C;
}

.ddcolortabs a:hover span{
background-color: #1D1B5C;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #1D1B5C;
}

.ddcolortabsline{
margin: 0px auto 0px;
clear: both;
padding: 0;
width: 962px;
height: 0px; /*line under tabs*/
line-height: 0px;
background: #1D1B5C;
border-top: 0px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px #1D1B5C; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0px;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 1px solid #1D1B5C;
border-bottom: 0px solid #1D1B5C; /*THEME CHANGE HERE*/
border-left: 1px solid #1D1B5C;padding: 2px 0;
border-right: 1px solid #1D1B5C;text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #1D1B5C;
color: white;
}

/* Page */

#page {
	width: 962px;
	margin: 0px auto 0px;
	padding: 0px;
	
}

/* Content */

#content {
	float: left;
	/*width: 580px;*/
	width: 55%;
	min-height: 590px;
	margin: 0px auto 0px;
	padding: 5px 20px;
	border-left: 100px solid #1D1B5C;
}

/*.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0px;
	padding: 5px 20px;
	letter-spacing: -2px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 24px;
}

.post .title a {
	text-decoration: none;
}



.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}*/

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	
	padding: 20px;
	
	color: #737373
}

#sidebar ul {
	margin: 50px;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 20px;
	
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Footer */

#footer {
	clear: both;
	width: 962px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 6px solid #3F3F3F;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}


/*table style*/

#rounded-corner
{
	font-family: Times New Roman;
	font-size: 12px;
	margin: 45px 0px 0px 0px;
	width: 95%;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #1D1B5C url('images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q2
{
	background: #1D1B5C url('images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #ffffff;
	background: #1D1B5C;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #000000;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}

