@import url("menu.css");

body {
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color:#333;
	margin:0px;
	padding:0px;
}

#skinWrapper {
	background-color:#FFFFFF;
	margin:auto;
	padding:0px;
	border:none;
	text-align:center;
	float:left;
	min-width:100%;
}

#bg {
	width:100%;
	min-width:800px;
	background-image:url(homeBG.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:center;
	float:left;
	overflow:visible;
	white-space:normal;
}


#topContentWrapper {
	min-height:400px;
	height:auto !important;
	height:400px;
	width:800px;
	margin:auto;
	overflow:visible;
	text-align:left;
}

#topContent {
	margin:0px 0 0 275px;
	padding-top:40px;
	line-height:1.5;
}

#homeQuoteAttribute {
	text-align:right;
}

h1 {
	font-size:26px;
	font-weight:normal;
	font-weight:100;
	padding-top:10px;
	}

	
h2 {
	font-size:20px;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom: 1px #CCC solid;
}


h3 {
	font-size:16px;
	font-weight:strong;
	padding-bottom:5px;
	padding-top:15px;
	border-bottom: 1px #CCC solid;
}

h1.OES {
	display:none;
}


H1, H2, H3, H4, H5, H6 {
	color:#333333;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;

}


p, ul {
	font-size:14px;
	line-height:1.5;
}

blockquote {
	font-size:13px;
	line-height:1.5;
	margin-left:10px;
	margin-right:10px;
}

ul {
	padding-left:15px;
}

li {
	margin-bottom:12px;
}



#bottomContentWrapper {
	width:800px;
	margin:auto;
	padding-bottom:40px;
	text-align:left;

}

#bottomContentLeft {
	width:370px;
	display:inline;
	float:left;
	clear:left;
	
}

#bottomContentRight {
	width:370px;
	display:inline;
	float:left;
	margin-left:60px;
	clear:right;
}


#purchaseBar {
	height:50px;
	border-width:6px 0;
	border-style:solid;
	border-color:#aaa;
	background-color:#012467;
	width:100%;
	text-align:center;
}

#purchaseText {
	display:inline;
	float:left;
	margin:0 45px 0 25px;
	vertical-align:middle;
	line-height:50px;
	color:#fff;
	font-size:14px;
}

#footerWrapper {
	min-width:100%;
}

#footer {
	margin:20px auto 0;
	text-align:center;
	font-size:12px;
	line-height:18px;
	color:#999;
}

#footer a {
	color:#999999;
	}
	
#footer div, #footer p {
	margin: 0 auto;
	}
	
div.clear {
	clear:both;
	line-height:0px;
	}

.Normal, .NormalDisabled {
	font-size:14px;
	line-height:1.5;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight:normal;
	
}



/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-size:14px;
	line-height:1.5;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-size:14px;
	line-height:1.5;
	font-weight: bold;
	color: #ff0000;
}

BLOCKQUOTE, PRE
{
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

A:link, A:hover {	text-decoration:underline; color:#0000FF; }
A:visited, A:active { text-decoration:underline; color:#000066; }
a img { border:none; }


#footer .SkinObject {
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: normal;
	font-size:12px;
	line-height:18px;
	color:#999;
	text-decoration: none;
}


#purchaseList {
	width:800px;
	text-align:center;
	margin:auto;
	border:none;
	}

#purchaseList ul {
	display:inline;
	margin:auto;
	}
	

#purchaseList ul li {
	display:inline;
	float:left;
	clear:none;
	margin-left:35px;
	margin-bottom:0px;
	padding:0px;
}

hr {
size:1px;
margin:25px 0;
color:#CCCCCC;
border-color:#CCCCCC;
}


