/*MAIN SITE STRUCTURE****************************************/
/*Use caution when editing this style sheet as changes may adversely affect the website layout*/

.clearer {
	clear: both;
}

body{
	background-color:#000000;
	background-image:url(images/background_gradient.jpg);
	background-repeat:repeat-x;	
	margin:0 0 0 0;  /*top right bottom left*/
}

/*HEADER PORTION OF SITE *****************************************/

#container_header{
	margin: 0px auto;
	width:756px;
	padding:45px 0px 0px 0px;  /*top right bottom left*/
}

#pageheader_container {
	background-image: url(images/background_pageheader.jpg);
	background-repeat:no-repeat;
	width:756px;
	height:44px;
	padding:0px 0px 0px 0px;  /*top right bottom left*/
}

#pageheader {
	text-align:right;
	padding:12px 20px 0px 0px;  /*top right bottom left*/
}

/*BOTTOM PORTION OF SITE*****************************************/

#container_bottom{
	margin: 0px auto;
	width:750px;
	border-bottom: #000000 3px solid;
	border-left: #000000 3px solid;
	border-right: #000000 3px solid;
	background-color:#2a3d65;
	padding:0px 0px 0px 0px;  /*top right bottom left*/
}

/*Center, 2 column expanding portion of site*/

#container_2_column {
	background-color: #2a3d65;
	position:relative;
  	float:left;
	border-left:212px solid #ececec;    /* The width and color of the left rail */
	margin:0px 0px 0px 0px;  /*top right bottom left*/ /*LEFT PADDING VARIES WITH IE6*/
}

#left_column { 
	float:left;
	position:relative;
	width:212px;
	margin-left:-212px;
}

#leftmenu {
	width:212px;
	margin:0px 0px 0px 0px;  /*top right bottom left*/
}

#content_body { 
	float:left;
	width:500px;
	background-color: #2a3d65;
	position:relative;
	padding:20px 0px 0px 20px;  /*top right bottom left*/
}

/**COPYRIGHT PORTION OF SITE**/


#copyright {
	margin: 0px auto;
	width:756px;
	text-align: center;
	padding:20px 0 30px 0px; /*top right bottom left*/
}

/*MISC*/
a img {border: none;}

/*HEADERS*/

/*H1 is used for main page header */
h1 {
	font-size: 15px;
	font-weight:bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-decoration:none;
	display:inline;
	margin: 0px 0px 0px 10px;  /*top right bottom left*/ 
	padding: 0px 0px 0px 0px;  /*top right bottom left*/ 
}

/*H2 is used for page sub headers */
h2 {
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #f7d300;
	display:inline;
	text-decoration: none;
}

/* TEXT **********************************************************************/
span.text {font-family: verdana, arial, helvetica; font-size: 11px; color: #d2d2d2;}
span.copyright {font-family: Arial, Helvetica, Verdana, sans-serif; font-size:11px; color:#f9e6bf; letter-spacing:0px;}

/* ROLLOVERS */
.edgeflow {FONT-SIZE: 11px;FONT-FAMILY: Arial, verdana,Tahoma; text-decoration:underline; color:#f7d300;}
.edgeflow:hover {FONT-SIZE: 11px;FONT-FAMILY:Arial, verdana, Tahoma;text-decoration:underline; color:#fded8c;}

.link {font-family: verdana, arial, helvetica; font-size: 11px; text-decoration:underline; color:#f7d300;}
.link:hover {font-family: verdana, arial, helvetica; font-size: 11px; text-decoration:underline; color:#fded8c;}

/*LEFT MENU ROLLOVERS w/ background image*/

#navlist {
	margin: 0px 0px 0px 0px;  /*top right bottom left*/ 
	padding: 0px 45px 0px 0px;  /*top right bottom left*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: "Bell Gothic Std Black", Arial, Verdana, Helvetica, sans-serif;
	background-image:url(images/background_rollovers.gif);
	background-repeat: repeat-y;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	text-align:right;
	line-height:30px;
}

#navlist a {
	padding: 0px 0px 0px 0px;  /*top right bottom left*/
	color:#000000;
	text-decoration:none;
}

#navlist a:hover {
	color:#f23902;
}


/* CONTACT FORM STYLING **************************************************************/
.name_top {
	border: 1px solid #999999;
	color:#2a3d65;
	width: 230px;
	background:#ffffff;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:0px;
	text-align:right;
}

.name {
	border: 1px solid #999999;
	color:#2a3d65;
	width: 230px;
	background:#ffffff;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	margin-top:-5px;
	margin-bottom:0px;
	text-align:right;
}

.phone {
	border: 1px solid #999999;
	color:#2a3d65;
	width: 180px;
	background:#ffffff;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	margin-top:-5px;
	margin-bottom:0px;
	text-align:right;
}

.comments {
	border: 1px solid #999999;
	color:#2a3d65;
	width: 400px;
	height:75px;
	background:#ffffff;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	padding-top:3px;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:0px;
	text-align:left;
}

