/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
	height:100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
   	font-size: 1em;
	color: #333333;
	line-height: 1.5;
	letter-spacing: .25px;
    background:url(../images/repeat-bg.jpg) top repeat-x #d6d6d6;
	
}

p  {
	margin-top:15px;
	font-size:14px;
}

ul {
	margin-left:25px;
	margin-top:5px;
	margin-bottom:10px;
	font-size:15px;
	line-height:25px;
	list-style:square;
	
}


a {
	color:#ef723a;
	text-decoration:underline;
}


a:hover {
	text-decoration:none;
}



html {
	height: 100%;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



h1  {
	font-family:Arial Narrow, Helvetica, sans-serif,;
	font-size:35px;
	color:#1f1f64;
	
	
}

h2  {
	margin-top:5px;
	font-family:Arial Narrow, Helvetica, sans-serif,;
	font-size:24px;
	color:#ef723a;
	
}

h3  {
	margin-top:5px;
	font-family:Arial Narrow, Helvetica, sans-serif,;
	font-size:20px;
	color:#1f1f64;
	margin-bottom:-15px;
	
}

/* temp divs begin */

#front_temp  {
	width:100%;
	height:830px;
	margin:0px auto;
	background:url(../images/front1.jpg) center top no-repeat;
	
}


/* temp divs end */

#whole_page {
	width:100%;
	height:1000px;
	background:url(../images/header-bar.gif) top center no-repeat;
}

#container_content {
	width:950px;
	margin:0px auto;
}

#container_header { 
	height:353px;
	width:100%;
	background:url(../images/mid-bar-with-blue.jpg) bottom center no-repeat;
}

#header_content { 
	margin:0px auto;
	height:27px;
	width:950px;
	padding:129px 0px 0px 0px;
}

#container_stuff {
	background:url(../images/content-frame-bg.jpg) center top no-repeat;


}

#container_left {
	padding:0px 35px 0px 0px;
	float:left;
	width:303px;
	text-align:right;
	
}

#container_left a {
	font-size:.9em;
	color:#1f1f64;
	
}

#container_right {
	padding:26px 60px 0px 0px;
	float:right;
	width:520px;
}

#container_footer {
	width:100%;
	background:#1f1f64 url(../images/footer-horiz-repeat.gif) top repeat-x;
}

#footer_content {
	padding:70px 0px 0px 0px;
	margin:0px auto;
	width:950px;
	height:300px;
	background:url(../images/bottom-footer-logo-bg.gif) top center no-repeat;
	color:#FFFFFF;
	font-size:12px;
	text-align:right;
}

#footer_content a {
	color:#ffffff;
}

#footer_content a:hover {
	text-decoration:none;
}

#image_gallery {
	width:518px;
}

#image_gallery ul {
	list-style-image:none; 
	list-style:none;
	width:100%;
	margin:0px;
}

#image_gallery ul li {
	float:left; 
	width:165px;
	text-align:center;
	display:block;
	padding:3px;
	height:165px;

}

#image_gallery img {
	border:#FFFFFF solid 7px;
}


.picborder {
	border:solid #FFFFFF 14px;
}

.tinylink {
	color:#ef723a;
	font-size:12px;
}

.tinylink a:hover {
	text-decoration:none;
}



/* navigation tags go here */


#nav, #nav ul { /* all lists */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 2px 5px 0px 5px;
	margin: 0px 0px 0px 20px;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-decoration:none;
	font-weight:bold;	
	color:#FFFFFF;
	margin: 2px 8px 0px 5px;
	padding:2px 5px 7px 5px;
}

#nav a:hover {
	color:#c5c3d8;
	
}

#nav li { /* all list items */
	float: left;
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #3e3e7a;
	font-size:13px;
	width: 200px;
	margin:-1px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-left:solid 5px #1c1b5f;
	border-bottom:solid 5px #1c1b5f;
	border-right:solid 5px #1c1b5f;
	
	
}

#nav li ul a{ /* second-level list links */
	width: 180px;
	margin-right:5px;
	padding:5px 5px 5px 5px;
	
}

#nav li ul a:hover { /* second-level list links */
	background:#1c1b5f;
	
}


#nav li ul ul { /* third-and-above-level lists */
	margin: -30px 0px 0px 160px;
	
	

}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}









#dotted_rule {
	width:100%;
	height:3px;
	background:url(../images/dotty-bg.gif) repeat-x;
}

#content {
	clear: left;
	color: #ccc;
}

.orange_bold_link {
	color:ef723a;
	font-weight:bold;
	font-size:14px;
}

.orange_bold_link a:hover {
	text-decoration:none;
}
