/*-------------------------------------------------------
	Colors
---------------------------------------------------------

Blue:		3265ab
Yellow:		ffe70e

-------------------------------------------------------*/


/*-------------------------------------------------------
	Reset
-------------------------------------------------------*/

* {   
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;    
} 


/*-------------------------------------------------------
	Structural
-------------------------------------------------------*/

body {
	background: #3a6eb2;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}	

#outer-top {
	background: url(../images/outer-top-bg.jpg) repeat-x center top;
}

#outer-bottom {
	background: url(../images/outer-bottom-bg.jpg) repeat-x center bottom;
	border-bottom: 1px solid #000;
}	

#container {
	background: url(../images/container-bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
	clear: both;
	width: 980px;
}

#inner-top {
	background: url(../images/top-bg.jpg) no-repeat;
	float: left;
	min-height: 325px;
}

#inner-bottom {
	background: url(../images/bottom-bg.jpg) center bottom no-repeat;
	float: left;
	min-height: 600px;
}

#wrapper {
	display: inline;
	float: left;
	margin: 0 80px;
	width: 820px;
}

#mast {
	clear: both;
	height: 70px;
	text-align: right;
	width: 820px;
}

#supp-column {
	display: inline;
	float: left;
	height: 500px;
	margin-top: 125px;
	margin-left: 25px;
	width: 250px;
}

#main-column {
	float: left;
	min-height: 500px;
	margin-bottom: 150px;
	width: 530px;
}

#footer {
	background: url(../images/footer-bg.png);
	border: 1px solid #000;
	clear: both;
	height: 110px;
	margin: 0 15px 100px 250px;
	padding: 5px 10px;
	text-align: center;
}
		
/*-------------------------------------------------------
	Standard Selectors
-------------------------------------------------------*/


h1 {
	color: #ffe70e;
	margin: 7px auto 6px auto;
	font-size: 200%;
}

h2 {
	color: #ffe70e;
	margin: 15px auto;
	text-align: center;
}

h3 {
	border-bottom: 1px solid #ffcccc;
	margin: 20px auto 0px auto;
}

p {
	margin: 7px auto 6px auto;
	line-height: 125%;
}

blockquote {
	margin: 10px 15px;
	padding: 5px;
}

pre {
	width: 500px;
}

ul, ol {
	margin: 10px 10px 10px 25px;
}

li {
	margin: 0 0 7px 0;
}

a:link, a:visited {
	color: #ffe70e;
}
	 
a:hover {
	text-decoration: none;
}
	 
a:active {
}

input, textarea {
	border: 1px solid #ccc;
}


/*-------------------------------------------------------
	Other Selectors
-------------------------------------------------------*/
.mast-nav {
	margin: 45px 10px 0 0;
}

.mast-nav a {
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	padding: 0 5px;
	text-decoration: none;
}

.mast-nav a:hover {
	color: #ffe70e;
}

body#home-page .mast-nav a#home-button,
body#about-page .mast-nav a#about-button,
body#contact-page .mast-nav a#contact-button {
	color: #99FFFF;
	cursor: default;
}

#supp-column li {
	font-weight: bold;
	list-style: none;
}

#supp-column a {
	color: #fff;
	text-decoration: none;
}

#supp-column a:hover {
	color: #ffe70e;
}

.footer-nav {
	font-size: 125%;
	font-weight: bold;
	margin-top: 0px;
}

.dei, .disclaimer {
	font-size: 80%;
	margin-top: 0px;
}

/*-------------------------------------------------------
	Mozilla Clearfix
-------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*-------------------------------------------------------
	Contact Form
-------------------------------------------------------*/
#contact-form * {
	list-style-type: none;
}

#contact-form {
	text-align: left;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: solid 1px #003060;
}

#contact-form label { 
	text-align: left;
	width: 110px; 
	float: left; 
	display: block;
}

#contact-form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both;
}

.bot-input { 
	float: left; 
	margin-left: -999em;
}
