/***********************************************/
/* global.css                                  */
/* Rev. 3.08 - 2009-12-12                      */
/* Arie Tammeling - www.wildfiredesign.com     */
/***********************************************/

/************** HTML tag styles ****************/ 

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ccc; /* gray */
	line-height: normal;	
	margin: 0px;
	padding: 0 0 0 15px;
	background-color: black;
	text-align: center;
}

a, a:link, a:visited, a:hover {
	color: #ccc; /* gray */
	text-decoration: none;
}

p a, p a:link, p a:visited, p a:hover {
	color: #ccc; /* gray */
	text-decoration: underline;
}

a:visited {
	color: #999; /* gray */
}

a:hover {
	color: white;
	text-decoration: none;
}

h1, h2, h3, h4, {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: bold;
	padding: 0px;
	margin: 0px;
}

h1 {
	color: #ccc; /* gray */
	font-size:16px;
margin-bottom: 10px;
}

h2 {
	color: #ccc; /* gray */
	font-size: 14px;
	padding: 10px 0 0 0;
}

hr {
	height: 1px;
	color: slategray;
}

/************** #layout divs *******************/

#wrapper {
	/* 
	This wrapper's sole purpose is to create the 3-pixel borders on the left and right.
	The border-effect is achieved by repeating the 1x3 pixel GIF and placing it
	underneath the #container, while specifying a 3-pixel padding left and right.
	This makes the background peek from underneath the #container. Keep in mind that
	this requires that the width of the #container is a factor of the widith of the desired
	border (3 pixels).	
	*/
	width: 755px;
	background-color: black;
	margin: 0px auto 0;
	padding: 30px 3px 0 3px;
	text-align: left;
	position: relative;
}

#container {
	width: 755px;
	margin: 0px auto 0;
	padding: 0px 0px 0 0px;
	text-align: left;
	position: relative;
	background-color: black;
	background:url(/assets/images/layout/bg.jpg) 0 0 repeat-y;
}

#header {
	height: 87px;
	width: 755px;
	margin: 0;
	z-index: 5;
}

#masthead {
	background:   url("/assets/images/layout/masthead.png") 0 0 no-repeat;
	height: 87px;
	width: 755px;
}

#sidebar {
	float: left;
	width: 161px;
	height: 421px;
	/* padding-right: 10px; */
	overflow:hidden;
	background-color: #333;

}

#contentArea {
	float: right;
	width: 520px;
	top: 0px;
	margin-top: -40px;
	padding: 10px 30px 10px 10px;
	overflow: hidden;
}

#contentSidebar {

	border: 1px gray solid;
	padding: 10px;
	margin: 0 0 10px 10px;
	float: right;
	width: 175px;

}

/************** #home hotlink ***************/

#logoHotlink {
	background: none;
	position: absolute;
	z-index: 2;
	margin-top: -3px;
	right: 210px;
	top: 10px;
	left: 8px;
	width: 200px;
	height: 200px;
	overflow: hidden;
}


/************** #navigation styles ***************/


#primaryNav {
line-height: 1.2;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	background: none;
	position: absolute;
	z-index: 2;
	margin-top: 20px;
	right: 210px;
	top: 83px;
	left: 14px;
	width: 140px;
	height: 425px;
	overflow: hidden;
}

#primaryNav ul li.last {
	background: none;
	padding-right: 0px;
	padding-left: 0px;
}



#primaryNav ul li a:visited, #primaryNav ul li a:hover, #primaryNav ul li a {
	color: rgb(220, 220, 220);
	text-decoration: none;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
}

#primaryNav ul li a:hover {
	color: white;
}

#primaryNav ul { 
	margin:0;
	margin-bottom:8px;
	padding:0;
	list-style: none;
}

#primaryNav li {
	margin:0;
	padding: 0px 2px 12px 0px;


}

#primaryNav li.first { 

	background:none;
	position: absolute;
	z-index: 2;
	margin-top: -11px;
	right: 100px;	
	top: 103px;
}

#secondaryNav {
	width: 135px;
	float: left;
	padding: 75px 15px 15px 20px;
	font-size: 11px;
	color: #965732;
	overflow: hidden;
	display: none;

}

/************* #footer styles ***************/

#footer {
	clear: both;
	border: none;
	padding: 10px 0px 25px 0px;
	text-align: center;
	width:760px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto;
background-color: black;

}

#footer .nav, #footer .nav a:link, #footer .nav a:visited {
	color: #ccc; /* dark gray */
	font-size: 11px;
	text-decoration: none;
}

#footer .nav a:hover {
	text-decoration: underline;
}

#footer ul li a:visited, #footer ul li a:hover, #footer ul li a {
	color: #ccc; /* dark gray */
	font-size: 11px;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer ul { 
	margin:0;
	margin-bottom:8px;
	padding:0;
	list-style:none;
}

#footer li {

	margin:0;
	padding:0 0 0 7px;
	display:inline;
}

#footer li.first { 
	background:none;
}

#legal {
	padding: 15px 15px 15px 30px;;
	color: #666666; /* dark gray */
	font-size: 9px;
	text-decoration: none;
}

/************** #sidebar styles **************/

#sidebar {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar p {
	/* padding: 5px 0px 5px 0px; */
}

/************** #miscellaneous styles **************/

/* #status is generated by .NET for the login page */
#status {
	color: red;
}

.quotehome {
	color: #f9bb6a;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	line-height: 120%;
}