/*
-----------------------------------------------------
J. Gibson McIlvain CSS Document
FileName:  screenIndex.css
Author: Shane Gardner
Comments: screenIndex.css Contains All Globals and Index Only
-----------------------------------------------------
*/

/* --- [ Zero Out ] --- */
	
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

/* hide from IE mac \*/
html {
    min-height: 100%;
}
/* end hiding from IE5 mac */

body {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #000000;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
}


/* --- [ Global Styles ] --- */

#Wrap {
	background-image: url(../images/Background.jpg);
	width: 750px;
	position: relative;
	float: left;
	background-repeat: no-repeat;
	clear: both;
	height: 550px;


}

/* --- [ Left Column Styles ] --- */

#LeftColumn {
	float: left;
	width: 151px;
	position: relative;
}

#Logo {
	width: 150px;
	text-align: right;
	margin-top: 10px;
}

#CompanyName {
	margin-top: 20px;
	margin-left: 10px;


}

#CompanyName h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C5C7CF;
	font-weight: normal;
	font-size: 27px;


}
#CompanyName h1 strong{
	font-size: 14px;
	color: #C5C7CF;
	

}

#CompanyName h2{
	color: #FF9900;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;


}

/* --- [ Right Column Styles ] --- */

#RightColumn {
	float: left;
	width: 590px;


}

/* --- [ Global Navigation ] ---*/

#globalnav {
	width: 590px;
	clear: both;
	margin-top: 25px;
	float: left;

}
#globalnav li{
	padding-right: 20px;
	margin-right: 20px;
}

#globalnav a {
	text-decoration: none;
	color: #FFCC66;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 2px;
	padding-left: 2px;
}

#globalnav a:hover{
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	background-color: #F48622;
}

/* --- [ Drop ] --- */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: url(none) none;
	clear: both;
	background-color: #000000;
}

#nav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#nav li {
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	background-image: url(../images/Bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#nav li ul {
	position: absolute;
	z-index: 2000;
	left: -999em;
	text-align: left;
	border: 1px solid #333333;
	padding-bottom: 6px;
	width: 160px;
}
#nav li ul li{
	width: 126px;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#nav li ul li a{
	font-weight:normal;
}
#nav li ul li a:hover{
	font-weight:normal;
}

#nav li:hover ul {
	left: auto;
	clear: both;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* --- [ Body Container ] --- */
#BodyContainer {
	clear: both;
	float: left;
	width: 590px;
	margin-bottom: 10px;
	position: relative;
	padding: 30px 0px 0px 0px;

}
#BodyContainer h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/Crown.gif);
	background-repeat: no-repeat;
	padding-top: 12px;

}
#BodyContainer h2{

}
#BodyContainer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

}
#BodyContainer p strong{

}

#letter {
	width: 525px;
}

#Signature {
	text-align: right;
	width: 525px;
	background-image: url(../images/Signature.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 45px;


}
#Signature p{


}

/* --- [ Footer ] --- */
#Footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #000000;


}
#Footer p{
	color: #666666;
	font-weight: normal;


}
#Footer a{
	color: #996600;
	text-decoration: none;


}
#Footer a:hover{
	color: #CC9933;
	text-decoration: none;


}
/* --- [ Footer ] --- */
#FooterLinks {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;


}
#FooterLinks p{
	color: #666666;
	font-weight: normal;


}
#FooterLinks a{
	color: #C5C7CF;
	text-decoration: none;


}
#FooterLinks a:hover{
	color: #CC9933;
	text-decoration: none;


}

/*This is for OPT Only*/

#opt {
	display: none;
}
