/* CSS Document for Flawless Designs Web Site*/
/* Created by Douglas Thigpen - Flawless Designs */
/* 1024x905 - Fixed Centered Resolution */


body {
	background-repeat:repeat;
	background-position:top right;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
}

div.header {
	width: 1024px;
	height: 175px;
	position:absolute; 
	top:0px; 
	margin-left:-512px; 
	left:50%;
	z-index: 0;
}

div.header_contact {
	width: 228px;
	height: 74px;
	position:absolute; 
	top:105px; 
	left:730px;
	z-index: 1;
}


div.navbar {
	width:1024px;
	height:34px;
	position:absolute;
	top:197px;
	margin-left:-512px;
	left:50%;
	z-index: 1;
}

div.content {
	width:1024px;
	height:567px;
	position:absolute;
	top:175px;
	margin-left:-512px;
	left:50%;
	z-index: 0;
}

div.lower_content {
	width:1024px;
	height:161px;
	position:absolute;
	top:595px;
	margin-left:-512px;
	left:50%;
	z-index:0;
}

div.footer {
	position:absolute;
	top:742px;
	width:1024px;
	height:68px;
	margin-left:-512px;
	left:50%;
	z-index: 0;
}

div.subfooter {
	position:absolute;
	top:840px;
	width:1024px;
	height:15px;
	margin-left:-512px;
	left:50%;
	z-index: 0;
}

div.sidefloat {
	position:fixed;
	width:39px;
	height:150px;
	margin-top:-75px;
	top:50%;
	right:0px;
	z-index: 3;
}

/* Non-Structural Elements */

div.contenttext {
	width:924px;
	height:386px;
	position:absolute;
	top:8px;
	left:50px;
	color:#FFFFFF;
	z-index:1;
}

div.contentnews {
	width:924px;
	height:386px;
	position:absolute;
	top:8px;
	left:50px;
	color:#FFFFFF;
	z-index:1;
	overflow:auto;
}

div.contentleft {
	width:385px;
	height:386px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}


div.contentflash {
	width:535px;
	height:380px;
	position:absolute;
	top:0px;
	left:389px;
	z-index:2;
}

br.small {
font-size: 1px; 
line-height: 4px; /* Adjust this attribute to neccesary size */
}

/* Text Decoration */

a { 
	color : #CCCCCC; 
	text-decoration : none;
}

a.footer { 
	color : #FFFFFF; 
	text-decoration : none;
}

a.toplink {
	color: #FFFFFF;
	text-decoration:none;
}

a:hover {
	color: #FF0000;
}

a.toplink:hover {
	color:#0000FF;
}

/* AJAX Popup Contact Form with Rounded Corners for CSS3 Compliant Browsers */

#contact-overlay {background-color:#000; cursor:wait;}

#contact-container {font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; width:450px;}
#contact-container .contact-content {background-color:#333; color:#ddd; height:40px;}
#contact-container h1 {color:#0a47f8; font-size:20px; line-height:20px; margin:0; padding:0 0 6px 12px; text-align:left;}
#contact-container .contact-loading {background:url(images/contact/loading.gif) no-repeat; height:55px; margin:-14px 0 0 190px; padding:0; position:absolute; width:54px; z-index:8000;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {background:#000; border:2px solid #ccc; font-size:14px; font-weight:bold; line-height:18px; margin:0 auto; padding:2px; width:92%;}
#contact-container br {clear:both;}
#contact-container form {margin:0; padding:0;}
#contact-container label {clear:left; display:block; float:left; font-weight:bold; padding-right:4px; text-align:right; width:100px;}
#contact-container .contact-input {background:#eee; border:1px solid #fff; font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; width:300px;}
#contact-container textarea {height:114px;}
#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
#contact-container .contact-top {background-color:#333; height:13px; margin:0; padding:0; -webkit-border-top-left-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; border-radius:8px 8px 0 0;}
#contact-container .contact-bottom {background-color:#333; font-size:12px; height:13px; line-height:12px; text-align:center; -webkit-border-bottom-right-radius:8px; -webkit-border-bottom-left-radius:8px; -moz-border-radius-bottomright:8px; -moz-border-radius-bottomleft:8px; border-radius:0 0 8px 8px;}
#contact-container .contact-button {background:#0a47f8; border:0; color:#fff; cursor:pointer; font-size:16px; font-weight:bold; height:26px; margin:4px 0 0 4px; text-align:center; vertical-align:middle; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;}
#contact-container .contact-button:hover {background:#3466f7;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {color:#999; font-size:18px; font-weight:bold; position:absolute; text-decoration:none; right:8px; top:0px;}
#contact-container a.modal-close:hover {color:#ccc;}
