/*
Theme Name: Simeone
Theme URI: 
Description: 
Author:
Author URI: 


*/



/* Begin Structure, Typography & Colors */

* {margin:0; padding:0;}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	background: #002155 url(images/bg.jpg) top left repeat-x;
	text-align:center;
	}

#page_long {
	width:999px; 
	margin:0 auto;
	background:url(images/bg_pagelong.jpg) top left repeat-y;
	}

#page {
	width:999px; 
	margin:0 auto;
	background:url(images/bg_page.jpg) top left no-repeat;
	text-align: left;
	padding-bottom:1px;
	}

#header {
	height:131px;
	padding-top:22px;
	}

#header a {
	text-decoration:none;
	}
	
#footer {
	height:90px;
	width:999px;
	margin:0 auto;
	background:url(images/bg_footer.gif) top center no-repeat;
	padding-top:3em;
	color:#FFFFFF;
	}
#footer p {
	margin:0 120px;
	font-size:116.67%;
	}
#footer a {
	color:#6699FF;
	}
#footer a:hover, #footer a:focus, #footer a:active {
	text-decoration:underline;
	}
	
#sidebar { /*using sidebar as top nav*/
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	height:32px;
	width:779px;
	margin:0 auto;
	}
#sidebar ul {
	float:left;
	list-style:none;
	margin: 0 0 0 0.7em;
	}
#sidebar li {
	float:left;
	height:32px;
	list-style:none;
	margin:0;
	}
#sidebar li.current_page_item, #sidebar li.current_page_item a, #sidebar li.current_page_parent {
	background:url(images/bg_nav_sel.jpg) top left repeat-x;
	}
#sidebar a {
	display:block;
	padding:0 0.6em;
	height:32px;
	line-height:32px;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {background:url(images/bg_nav_sel.jpg) top left repeat-x;}


#sidebar ul ul {display:none;}	
 ul.children {width:200px; float:left; clear:left; background:url(images/submenu_bottom16.gif) left bottom no-repeat; padding-bottom:16px; margin: 1.5em 2em 0 0; list-style:none;}
 ul.children a {display:block; color:#a21414; font-family:Helvetica, Arial, sans-serif; padding:0.8em; font-weight:bold;}
 ul.children a:hover, #sidebar ul.children a:focus, #sidebar ul.children a:active, ul.children li.current_page_item { background:#D7E4F9; text-decoration:none;}
 ul.children li {float:none; line-height:1.2em; width:191px; margin:0 0 0 2px;}
 ul.children li.submenu_top {height:10px; background:url(images/submenu_top.gif) left top no-repeat; width:200px; margin-left:0;}
/* links are all caps - if nl text, use size 133.33% */

#content {
	font-size: 1.2em;
	width:740px;
	margin:0 auto;
	}
	
#home_col1 {
	width:240px;
	float:left;
	}
#home_col1 p {
	line-height:1.5em;
	}

#home_col2 {
	width:480px;
	float:right;
	}
	
#home_col3 {
	width:210px;
	float:right;
	margin-left:35px;
	}

#home_hours {
	background:url(images/home_hours.gif) left top no-repeat;
	width:240px;
	height:115px;
	padding-top:12px;
	}

#home_hours h2 {
	text-align:center;
	font-size:166.67%;
	}

#home_hours table {
	margin-left:3em;
	border:0;
	width:80%;
	}
	
#home_hours table td {
	padding:2x 10px;
	}
	
p {
	line-height:1.5em;
	margin:0 0 1em 0;
	}
.home p {
	line-height:2em;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	text-decoration:none;
	color:#a21414;
	}
	
a:hover, a:focus, a:active {
	text-decoration:underline;
	}
	
ul {
	margin: 0 0 1em 1em;
	}
	
li {
	margin: 0 0 0.5em 1.5em;
	line-height:1.5em;
	}
	
.green {
	color:#006e21;
	}

.red {
	color:#a21414;
	}

strong {
	color:#005cb1;
	font-weight:bold;
	}
	
/* End Structure, Typography & Colors */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */
	

.clear {
	clear: both;
}


/*	Begin Headers */
h1 {
	margin: 1em 0 0.25em 0;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic;
	font-size:1.7em;
	letter-spacing:1px;
	color:#012255;
	}

h2 {
	margin: 1.5em 0 0.25em 0;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic;
	font-size:1.5em;
	color:#012255;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

.home h2 {
	margin-top:0;
	font-family:"Bookman Old Style", "Century Schoolbook", "Times New Roman", serif;
	font-size:1.8em;
	font-weight:normal;
	}

h3 {
	padding: 0;
	margin: 1em 0 0.25em 0;
	color:#006e21;
	font-size:133.33%;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	font-size:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.1em;
	}

blockquote cite {
	margin: 2px 0 0;
	display: block;
	font-size:0.9em;
	}

.center {
	text-align: center;
	}

.floatleft {
	float:left;
	margin-right:2em;
	margin-bottom:1em;
	}

.floatright {
	float:right;
	margin-left:2em;
	margin-bottom:1em;
	}

.textright {
	text-align:right;
	}

.valign {
	vertical-align:middle;
	}

hr {
	display: none;
	}

img {
	border: none;
	}
	
img.logo {
	margin: 10px 30px;
	}
	
#header a.logo {
	display:block;
	margin-bottom:13px;
	margin-left:120px;
	width:202px;
	height:86px;
	}
	
#header a.logo u {line-height:0; font-size:2pt; visibility:hidden;}

#flashcontent {
	height:340px;
	}
	
div.lefthalf {
	width:360px;
	float:left;
	}

div.righthalf {
	width:360px;
	float:right;
	}
	
	
/* End Various Tags & Classes*/

/* new homepage v2 29 may 2008 */

#flashcontent_v2 {
	height:500px;
	padding-top:80px; 
	}
	

#page_long_home_v2 {
	width:999px; 
	margin:0 auto;
	background:url(images/bg_pagelong_home_v2.jpg) top left repeat-y;
	}

#page_home_v2 {
	width:999px; 
	margin:0 auto;
	background:url(images/bg_page_home_v2.jpg) top left no-repeat;
	text-align: left;
	padding-bottom:1px;
	}

#footer_home_v2 {
	height:90px;
	width:999px;
	margin:0 auto;
	background:url(images/bg_footer_home_v2.gif) top center no-repeat;
	padding-top:3em;
	color:#FFFFFF;
	}
#footer_home_v2 p {
	margin:0 120px;
	font-size:116.67%;
	}
#footer_home_v2 a {
	color:#6699FF;
	}
#footer_home_v2 a:hover, #footer_home_v2 a:focus, #footer_home_v2 a:active {
	text-decoration:underline;
	}
	
#content.home_v2 {
	background-color:#24418f;
	color:#FFFFFF;
	font-size:1.5em;
	}
	
/* new homepage v3 4 june 2008 */

#flashcontent_v3 {
height:450px;
padding-top:15px;
}