/* ------------------------------------    */
/*       Styles                            */
/*		1. Main Structure (global) */
/*		2. Header, Top, Mast       */
/*		3. Main Navigation         */
/*		4. Content                 */
/*		5. Footer                  */
/*		6. Credits                 */
/*                                         */
/*                                         */
/* ------------------------------------    */
/*                                         */
/*	colors: ef4123 (BRT RED - TILES)   */
/*          3f98d8 (BLUE - FOOTER)         */
/*	    	a6609b (PURLPE - BODY BG)  */
/*          333333 (DK GRAY - TXT)         */
/*                                         */
/* ------------------------------------    */

/* 1. Main Structure Items
---------------------------*/

body {
	background: #a6609b;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: .8125em;
	/*13pt*/
	line-height: 1.25em;
	font-family: 'Lucida Grande', "Trebuchet MS", Verdana, sans-serif;
	text-align: center;
}

#wrapper {
	width: 776px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(/img/bg_wapper.gif);
	text-align: left;
}

/* 2. Header, Top, Mast
--------------------------*/

#top {
	background: url(/img/bg_top.gif);
	height: 140px;
	width: 776px;
	margin: 0;
	padding: 0;
}

#top span {display: none;}

/* 3. Main Navigation
--------------------------*/

#navigation {
	background: url(/img/bg_nav.gif);
	margin: 0;
	padding: 0;
	height: 100px;
}


#navblock {
	padding-top: 6px;
	padding-left: 15px;
	font: 13px/15px 'Lucida Grande',"Trebuchet MS",Verdana, sans-serif;
}

#navblock ul {
	margin: 0;
	padding: 0;
}

#navblock ul li{
	margin: 0;
	padding: 0 .3em 0 .3em;
	background: url(/img/bg_navSep.gif) right top no-repeat;

}

#navblock ul li.end {
	background: none;
}

#navlist a {
	margin: 0;
	padding: 3px;
	color: #3f98d8;
	border-top: 2px solid #1e376d;
	padding-top: 2px;
}

#navlist ul, #navlist li {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 1px 4px 1px;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 1px 4px 1px;
	text-decoration: none;
	color: #3f98d8;
}

#navlist #active a {
	border-top: 2px solid #1e376d;
	padding-top: 2px;
	background: transparent;
	color: #ef4123;
}

#navlist a:hover { 
	border-top: 4px solid #1e376d;
	padding-top: 2px;
	background: transparent;
	color: #999;
}



/* 4. Content
-------------------------*/

#content {
	width: 725px;
	margin: 0 0 0 30px;
	padding: 0 0 30px 0;
}

.imgRT { float: right; padding-left: 10px;}

.galImg {
	display: inline;
	margin: 8px 6px;
	padding: 0 0 0 8px;
}

.galImg img {
	border: 1px solid #3f98d8;
	vertical-align: middle;
}

h1 {
	color: #ef4123;
	font: 2.4em/1.2em 'Lucida Grande',"Trebuchet MS",Verdana, sans-serif;
	margin: 0 0 0 20px;
	padding: 0;
	text-decoration: none;
	word-spacing: 0em;
	letter-spacing: -.04em;
}

h2 {
	color: #333;
	font: 1.5em/1em 'Lucida Grande',"Trebuchet MS",Verdana, sans-serif;
	margin: 0;
	padding: 10px 0 0 0;
	text-decoration: none;
	word-spacing: 0em;
	letter-spacing: -.04em;
}

.divider {border-bottom:#ccc 1px solid; width: 720px;text-align:center;}

/*---FORM ITEMS---*/
#contactform {
	margin: 20px 0 25px 0;
	padding: 0;
}

#content form p, #content form dl dd {
	margin: 0 0 8px 0;
	padding: 0;
}

#contactform p.note { margin-top: 20px; }

#contactform dl {
	margin: 0;
	padding: 0 5px 0 5px;
	/*font-size: 90%;*/
}

#contactform dt {
	/*color: #666;*/
	margin: 12px 0 0 0;
	font-weight: normal !important;
}

#contactform dt em, #contactform .note em {
	color: #C00;
	font-weight: bold;
	font-style: normal;
}

#contactform #yourname, #contactform #email, #contactform #company, #contactform #phone, #contactform #address {
	font-family: Helvetica, Arial, sans;
	font-size: 12px;
	line-height: 1.35;
	width: 350px;
	border: 1px solid #3f98d8;
	padding: 2px;
}

#contactform textarea {
	width: 353px;
	height: 180px;
	border: 1px solid #3f98d8;
	color: #333;
	background-color: #f3e3f0;
}

#contactform select { margin: 2px 0 2px 0; }

#contactform label {
	font: 12px/1.35em Arial, Helvetica,sans;
	font-weight: bold;
}

#contactinfo {
	float: right;
	width: 230px;
	font-size: 12px !important;
	line-height: 1.5em;
	padding: 0;
	margin-right: 100px;
}

* html #contactinfo {margin-right: 5px; width: 200px;}

#contactinfo a, #contactinfo a:link, #contactinfo a:visited {
	color: #ef4123;
	text-decoration: none;
}

#contactinfo a:hover {
	text-decoration: underline;
	color: #3f98d8;
}

.address {
	width: 320px;
	font-weight: bold;
	border-bottom: 1px solid #3f98d8;
	text-transform: uppercase;
}

.formitem {
	background-color: #f3e3f0;
	border: 1px solid #3f98d8;
	color: #333;
	font-size: 11px;
}

/*  Comment Styles  */
blockquote {
	font-style: italic;
	color: #666;
	margin: 5px 0 5px 25px;
	padding: 5px 65px 5px 50px;
	background-image: url(/img/bg_quote.gif);
	background-repeat: no-repeat;
	min-height: 75px;
}

* html blockquote {
	height: 75px;
}



/* 5. Footer
-------------------------*/

#footer {
	margin: 0 auto;
	padding: 0 0 40px 0;
	width: 776px;
	height: 100px;
	background: url(/img/bg_footer.gif) repeat-x;
}

#fnav {
	font: 10px/12px 'Lucida Grande',"Trebuchet MS",Verdana, sans-serif;
	margin: 0;
	padding-top: 30px;
	text-align: center;
	color: #fff;
}

* html #fnav { margin: 0 0 0 34px; }

#fnav a, #fnav a:link, #fnav a:visited {
	color: #fff;
	text-decoration: none;
}

#fnav a:hover { text-decoration: underline; }

/* 6. Credit 
-------------------------*/

#cr {
	margin: 40px 0 0 0 ;
	padding: 0;
	font: 10px/12px 'Lucida Grande',"Trebuchet MS",Verdana, sans-serif;
	text-align: right;
}

/** html #cr {margin: 30px 0 0 0;}*/

#cr a, #cr a:link, #cr a:visited {
	text-decoration: none;
	color: #f9c605;
}

#cr a:hover { text-decoration: underline; }

#cpyrght {
	padding: 20px 0 0 90px;
	font: 10px/12px 'Lucida Grande',"Trebuchet MS",Verdana, sans-serif;
	color: #f9c605;
}

