/**********************************************
		CSS Authored by Podomani, Inc.
			     01/2009
***********************************************/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	background: #2b4b94;  /*Background Blue*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
ol, ul {
	list-style: none;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
em {
	font-style:italic;
	}

/**Layout**/

h1 {
	font-weight:bold;
	padding: 25px 0 0 74px;
	}
	
h2 {
	font-weight:bold;
	padding: 25px 0 0 74px;
	margin:0;
	font-style:italic;
	}
	
.float-right {
	float:right;
	margin-left: 5px;
	border: 1px solid #2b4b94;
	}
	
.float-left {
	float:left;
	margin-right: 5px;
	border: 1px solid #2b4b94;
	}

#container{
	width:749px;
	margin:5px auto;
	background-color:#ffffff;
	color:#000000;
	background:url(../images/layout/rounded-top.jpg) #fff no-repeat;
	}

#container a{
	color:#000000;
	text-decoration:none;
	}
#container a:hover{
	color:#2b4b94; /* blue */
	text-decoration:underline;
	}
	
/** Header **/
#header{
	height:110px;
	padding-top:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	}
#header img{
	padding-left:10px;
	float: left;
	}
	#header p{
		float:right;
		padding: 10px;
		text-align:right;
		line-height:14px;
		}
			
			
/*Replacement navigation */
#navcontainer ul {
	padding-left: 150px;
	margin: 10px 0;
	background-color: #f3eb46;
	color: #f3eb46;
	float: left;
	width: 599px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.4em 1em;
	background-color: #f3eb46;
	color: #1c1160;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	}

#navcontainer ul li a:hover {
	background-color: #2a4b93;
	color: #fff;
	}

/** Content **/
#content{
	margin-left:20px;
	margin-top:20px;
	height: 100%;
	min-height:100%;
	background: url(../images/layout/racestripe.jpg) repeat-y;
	}
	 p{
		padding:20px 20px 20px 80px;
		font-size:14px;
		line-height:16px;
		}
		
	#content  p a {	
	color: #2b4b94; /*blue */
	text-decoration: underline;
	}

	#content  p a:hover {	
	text-decoration: none;
	}
	
#pricelist {
	padding: 0 50px;
	}
	
#pricelist p {
	padding-left:0;
	}
	
#pricelist ul {
	margin-bottom: 25px;
	margin-left: 25px;
	}
	
	#pricelist ul li {
		list-style:disc;
		padding-bottom: 10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		}
		
#pricelist strong {
	font-weight:bold;
	}
	

#resume {
	padding: 0 50px;
	}
	
#resume p {
	padding-left:0;
	}
	
#resume ul {
	margin-bottom: 0px;
	margin-left: 50px;
	margin-top:10px;
	}
	
	#resume ul li {
		list-style:disc;
		padding-bottom: 10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		}
		
#resume strong {
	font-weight:bold;
	}

/**Footer**/
#footer{
	background:#ffffff url(../images/layout/rounded-bottom.jpg) bottom left no-repeat;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
		}

		.footercopy{
			float:left;
			margin:0 0 0 80px;
			padding:0;
			
			}
		.footernav{
			float:right;
			margin:0 40px 0 0;

			}
			.footernav a{
				color:#000000;
				text-decoration:none;
				padding-right:10px;
				}
			.footernav a:hover{
				text-decoration:underline;
				color:#000000;
				}	
			

/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	