/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	font-size: .75em;
	text-align: center;
	}






															/** MAIN CONTAINERS **/
div#container {
	width: 775px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	body.fullwidth div#container { width: 100%; }
	div#header {
		
		}
		div#header-in {
			
			}
	div#content-wrap {
		
		}
		div.content {
			
			}
		div.lcol div.content 	{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
}		/* left column */
			div.content-in {
				
				}
		div.column {
			width: 200px;
			}
		div.lcol div.column 	{
	float: left;
	background-repeat: no-repeat;
}				/* left column */
	div#footer {
		
		}
		div#footer-in {
			
			}


															/** Start Nav Sheet **/
															
															#outside{
	border:0px none #ff0000;
	background:#ff0000;
	width: 560px;
	height: 25px;
	}
#navigation-1 {
	padding:1px 0;
	margin: 0 auto;
	list-style:none;
	width:560px;
	height:21px;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	font:normal 8pt verdana, arial, helvetica;
}
#navigation-1 li {
	margin:0;
	padding:0;
	display:block;
	float:left;
	position:relative;
	width:137px;
}
#navigation-1 li a:link, #navigation-1 li a:visited {
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#ff0000;
	color:#ffffff;
	width:140px;
	height:13px;
}
#navigation-1 li:hover a, #navigation-1 li a:hover, #navigation-1 li a:active {
	padding:4px 0;
	display:block;
	text-align:center;
	text-decoration:none;
	background:#ec454e;
	color:#ffffff;
	width:140px;
	height:13px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
}
#navigation-1 li ul.navigation-2 {
	margin:0;
	padding:1px 1px 0;
	list-style:none;
	display:none;
	background:#ffffff;
	width:146px;
	position:absolute;
	top:21px;
	left:-1px;
	border:1px solid #ff0000;
	border-top:none;
}
#navigation-1 li:hover ul.navigation-2 {
	display:block;
}
#navigation-1 li ul.navigation-2 li {
	width:146px;
	clear:left;
	width:146px;
}
#navigation-1 li ul.navigation-2 li a:link, #navigation-1 li ul.navigation-2 li a:visited {
	clear:left;
	background:#ff0000;
	padding:4px 0;
	width:146px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
}
#navigation-1 li ul.navigation-2 li:hover a, #navigation-1 li ul.navigation-2 li a:active, #navigation-1 li ul.navigation-2 li a:hover {
	clear:left;
	background:#ec454e;
	padding:4px 0;
	width:146px;
	border:none;
	border-bottom:1px solid #ffffff;
	position:relative;
	z-index:1000;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:145px;
	top:-2px;
	padding:1px 1px 0 1px;
	border:1px solid #ff0000;
	border-left:1px solid #ff0000;
	background:#ffffff;
	z-index:900;
}
#navigation-1 li ul.navigation-2 li:hover ul.navigation-3 {
	display:block;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li a:link, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:visited {
	background:#ff0000;
}
#navigation-1 li ul.navigation-2 li ul.navigation-3 li:hover a, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:hover, #navigation-1 li ul.navigation-2 li ul.navigation-3 li a:active {
	background:#ec454e;
}
#navigation-1 li ul.navigation-2 li a span {
	position:absolute;
	top:0;
	left:132px;
	font-size:12pt;
	color:#fe676f;
}
#navigation-1 li ul.navigation-2 li:hover a span, #navigation-1 li ul.navigation-2 li a:hover span {
	position:absolute;
	top:0;
	left:132px;
	font-size:12pt;
	color:#ffffff;
}
#nav {
	width: 560px;
	height: 30px;
}
#nav {
	margin-right: auto;
	margin-left: auto;
}

			/** Start Reset sheet **/
			
			/*		Resetting Stylesheet		*/

/*		1.	RESET MAIN ELEMENTS		*/
/*		2.	COMMON CLASSES			*/
/*		3.	TYPOGRAPHY				*/
/*		4.	FORMS					*/

												/** 1.	RESET MAIN ELEMENTS **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, 
*, .x {												/* .x removes any inherent styling to elements below */
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 101%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6em;
	text-decoration: none;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background-color: transparent;
	background-repeat: repeat;
	}
	:focus {
		outline: 0;
		}
ul, ol, dd {
	list-style-position: outside;
	list-style: none;
	line-height: 1.50em;
	}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	}
	dt { font-weight: bold; }
	dd { padding: 0; }
table { 
	border-collapse: separate;
	border-spacing: 0;
	}
	table th { font-weight: bold; }
hr {
	display: block;
	width: 100%;
	height: 1px;
	color: #aaa;
	background: #aaa;
	border: none;
	}






												/** 2.	COMMON CLASSES **/

.inline	{ display: inline;	}
.block	{ display: block;	}
.nfloat	{ float: none;		}
.lfloat	{ float: left;		}
.rfloat	{ float: right;		}
.clear	{ clear: both;		}
.lclear	{ clear: left;		}
.rclear	{ clear: right;		}

.navigation		{ list-style: none; }
.navigation li	{ display: inline; 	}

.debug { border: 1px solid red; }






												/** 3.	TYPOGRAPHY **/

code, pre, var, .monospace {
	margin: 0.80em 0;
	font-family: "Palatino Linotype", "Courier New", monospace;
	line-height: 1.50em;
	}
	code strong, pre strong, 
	var strong, .monospace strong {
		color: #c33;
		background: inherit;
		}
del {
	color: #888;
	background-color: inherit;
	text-decoration: line-through;
	}
abbr {
	font-size: 0.90em;
	text-transform: uppercase;
	border-bottom: 1px dashed #ddd;
	cursor: help;
	}
acronym {
	font-size: 0.90em;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	}
strong			{ font-weight: 		bold;		}
em, i, cite		{ font-style: 		italic;		}
u, .u			{ text-decoration: 	underline;	}

h1, h2, h3, 
h4, h5, h6 { font-weight: bold; }
h1 {
	font-size: 20pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	position: static;
	width: 620px;
}
h2 {
	font-size: 16pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
}
h3 {
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}
h4 {  font-size: 1.60em; 	}
h5 {  font-size: 1.20em; 	}
h6 {  
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left
	}

s, strike 	{ text-decoration: line-through; }
sub 		{ vertical-align: sub; 			 }
sup 		{ vertical-align: sup; 			 }
u 			{ text-decoration: underline; 	 }

p {
	margin: 0.50em 0 1.00em 0;
	line-height: 1.50em;
	}
a {
	color: #fff;
	background-color: inherit;
	font-weight: bold;
	}
	a:visited 	{ color: #999; background: inherit; }
	a:hover 	{ color: #fff; background: inherit; text-decoration: underline;}
	a:active 	{ color: #333; background: inherit; }

blockquote, q {
	margin: 0.80em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	quotes: "" "";
	}
	blockquote p, q p {
		margin: 0;
		padding: 0.80em;
		color: #666;
		background: inherit;
		}






												/** 4.	FORMS **/

fieldset 	{ border: 0; 	}
.input 		{ clear: left; 	}
label {
	display: block;
	float: left;
	padding: 3px;
	font-weight: bold;
	}
	label.xs 	{ width: 50px; 	}
	label.s 	{ width: 100px; }
	label.m 	{ width: 150px; }
	label.l 	{ width: 200px; }
	label.xl 	{ width: 250px; }


input.default, textarea.default,
select.default {
	float: left;
	padding: 3px;
	border: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color:#000000;
	}
	input.xs 	{ width: 20px; 	}
	input.s 	{ width: 50px; 	}
	input.m 	{ width: 125px; }
	input.l 	{ width: 200px; }
	input.xl 	{ width: 300px; }
button {
	padding: 2px 5px;
	color: white;
	background-color: black;
	font-weight: bold;
	text-align: center;
	border: 0;
	cursor: pointer;
	
	}
	button.xs 	{ width: 15px; 	}
	button.s 	{ width: 30px; 	}
	button.m 	{ width: 50px; 	}
	button.l 	{ width: 80px; 	}
	button.xl 	{ width: 120px; }






															/** Start Styling Sheet **/
															
															/* Default Stylesheet */

															/** BODY ELEMENTS **/
body {
	color: #333;
	background-color: #000;
	background-image: url(../images/bkgd2.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	}





															/** MAIN CONTAINERS **/
div#container {
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	}
	div#header {
	color: inherit;
	border: 1px solid #e5e5e5;
	border-width: 0 0px 0px 0;
	background-repeat: no-repeat;
	background-position: center top;
		}
		div#header-in {
			padding: 20px;
			}
	div#content-wrap {
		padding: 10px 0;
		}
		div.content {
	color: inherit;
	border: 2px solid #000000;
	background-image: url(../images/content_bkgd.png);
	background-repeat: repeat;
			}
			div.content-in {
				padding: 20px;
				}
		div.content-contact {
	color: inherit;
	border: 2px solid #000000;
	background-color:#000000;
			}
		div.column {
			width: 200px;
			color: inherit;
			border: 1px solid #e5e5e5;
			border-width: 0 0px 0px 0;
			}
			div.column-in {
				padding: 20px;
				width: 200px;
				}
	div#footer {
	color: inherit;
	border: 1px solid #e5e5e5;
	border-width: 0 0px 0px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/glondofooterbanner.png);
		}
		div#footer-in {
			padding: 20px;
			}
			
	select {
			color:#000000;
			background-color:#FFFFFF;
	}
	
	option {
			color:#FFFFFF;
			background-color:#000000; 
	}
