body {
	background-image: url(images/background-gradient.gif);
	background-repeat:repeat-x;
	background-color:#fdd726;
	text-align: center; /* Used for centering pages in IE */
}
h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:left; 
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	text-align:left;
	color:#000000;
}

body, p, div {
	margin:0px;
	padding:0px;
}

/* You may use pixels or ems for text sizing */
p, div#content li {
	font: .8em;
}
h1 {
	line-height:35px;
	text-align:left;
	font: bold;
	font-size:24px;
	color:#000000;
	border-bottom:#000 1px dashed;
	margin-left:25px;
	margin-right:25px;
	}

hr {
	size:1px;
	color:#CCCCCC;
}
address {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size:12px;
	color:#ffffff;
                }
				
address a:link, address a:visited {
	color:#ffffff;
	text-decoration:none;
                }
address a:hover {
	text-decoration:underline;
                }

/* All links must inclde some type of hover interactivity */
a:link, a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
     font-weight: bold;
	 text-decoration:none;
	 color:#000000;
}
a:hover {
     font-weight: bold;
	 text-decoration:underline;
	 color:#000000;
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width:950px;
	margin: 0px auto;
	padding:0px;
}

div#header {
	height:166px;
	float:left;
	width:950px;
	background-image: url(images/header-bg-image.gif);
	background-repeat:no-repeat;
}

div#audio {
	float:right;
}

#AudioWebPro {
	position:relative;
	top:5px;
	right:67px;
	float:right;
}
div#flash {
	background-image:url(images/flash-bg-image.jpg);
	background-repeat:no-repeat;
	float:left;
	width:950px;
	height:227px;
}	

div#content {
	width:950px;
	float:left;
}

div#content p {
	margin-left:25px;
	margin-right:25px;
}

div#leftbox {
	float:left;
	width:450px;
}

div#rightbox {
	float:right;
	width:450px;
}

div#mainbox {
	width:900px;
	margin:-52px 0px 0px 25px;
	float:left;
	background-image:url(images/inner-gradient.gif);
	background-repeat:repeat-x;
	background-color:#000000;
	position:relative;
	border:#000000 1px solid;
	
	

}


div#mainbox2 {
	width:200px;
	margin-left:22px;
	margin-right:0px;
	float:left;
	height: 275px;
		background-image:url(images/round-box2.gif);
	background-repeat:repeat-x;
	position:relative;
}

div#mainbox3 {
	width:200px;
	margin-left:29px;
	margin-right:0px;
	float:left;
	height: 450px;
	background-image:url(images/round-box.gif);
	background-repeat:repeat-x;
	position:relative;
	
}



div#TL {
	height:12px;
	width:12px;
	background:url(images/round-corners-gradient.gif) no-repeat 0px 0px;
	position:absolute;
	top:-1px;
	left:-1px;
	overflow: hidden;
}

div#TR {
	background:url(images/round-corners-gradient.gif) no-repeat -12px 0px;
	width:12px;
	height:12px;
	position:absolute;
	top:-1px;
	right:-1px;
	overflow: hidden;
}

div#text {
	padding:10px;
	color:#ffffff;
}

div#BL {
	background:url(images/round-corners-gradient.gif) no-repeat 0px -12px;
	width:12px;
	height:12px;
	position:absolute;
	bottom:-1px;
	left:-1px;
	overflow: hidden;
}

div#BR {
	background:url(images/round-corners-gradient.gif) no-repeat -12px -12px;
	width:12px;
	height:12px;
	position:absolute;
	bottom:-1px;
	right:-1px;
	overflow: hidden;
}

div#BL2 {
	background:url(images/round-corners-gradient.gif) no-repeat 0px -12px;
	width:12px;
	height:12px;
	position:absolute;
	bottom:-1px;
	_bottom:-2px; /*IE6 Hack*/
	left:-1px;
	overflow: hidden;
}

div#BR2 {
	background:url(images/round-corners-gradient.gif) no-repeat -12px -12px;
	width:12px;
	height:12px;
	position:absolute;
	bottom:-1px;
	_bottom:-2px; /*IE6 Hack*/
	right:-1px;
	overflow: hidden;
}

div#footer {
	width:100%;
	float:left;
	background-image: url(images/footer-bg-gradient.gif);
	background-repeat:repeat-x;
	background-color:#000000;
}

div#footerinner {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}



div#owner {
	float:right;
	padding-right:25px;
	padding-top:0px;
	margin:0px;
	position:relative;
	top:8px;
}

div#owner a:link, div#owner a:visited {
	font-family:"Tahoma";
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
}

div#owner a:hover {
	font-family:"Tahoma";
	text-decoration:underline;
	color:#FFFFFF;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
}

div#copyright {
	padding-top:30px;
	padding-bottom:15px;
	clear:both;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	font-size: 9px;
	color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	font: 9px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}


/* ----------------- HORIZONTAL NAVIGATION ----------------- */

div#nav {
	height:66px;
	width:950px;
	background-image: url(images/navigation-bg-image.gif);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	}
	ul#mainnav {
	float: left;
	width:900px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left:80px;
	top:10px;
	}
	ul#mainnav li {
	display: inline;
	float:left;
	margin: 0px auto;
	padding: 0px;
	border-left:#000000 1px solid;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding-top: 14px;
	padding-bottom:14px;
	padding-right:30px;
	padding-left:30px;
	margin: 0px;
	border-left: 1px solid #4e4e4e;
	color: #ffffff;
	font-weight: bold;
	font-style:normal;
	}
	ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: #272727;
	border-left: 1px solid #272727;
	color:#f8ca34;
	}
	ul#mainnav li a:hover {
	background: #272727;
	border-left: 1px solid #272727;
	color:#FFFFFF;
	}
	
	ul#mainnav li#end {
	display: inline;
	float:left;
	margin: 0px auto;
	padding: 0px;
	border-left:#000000 1px solid;
	border-right: 1px solid #4e4e4e;
	}
	ul#mainnav li#end a:link, ul#mainnav li#end a:visited, ul#mainnav li#end a:active {
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding-top: 14px;
	padding-bottom:14px;
	padding-right:25px;
	padding-left:25px;
	margin: 0px;
	border-left: 1px solid #4e4e4e;
	border-right:#000000 1px solid;
	color: #ffffff;
	font-weight: bold;
	font-style:normal;
	}
	ul#mainnav li#end a.current:link, ul#mainnav li#end a.current:visited {
	background: #272727;
	border-left: 1px solid #272727;
	color:#f8ca34;
	}
	ul#mainnav li#end a:hover {
	background: #272727;
	border-left: 1px solid #272727;
	color:#FFFFFF;
	}

/* ----------------------------  Utility NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	float:left;
	width:500px;
	margin:0px;
	padding:0px;
	text-align:left;
	position:relative;
	top:8px;
	}
	ul#utilitynav {
	width: 500px;
	padding-left:25px;
	padding-right:20px;
	padding-top:0px;
	margin: 0px;
	list-style-type: none;
	text-align:center;
	}
	ul#utilitynav li {
	display: inline;
	float: none;
	margin: 0px auto;
	padding: 2px 5px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: inline;
	width: auto;
	color: #ffffff;
	font-weight: normal;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	font-weight:normal;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */

img#locationbtn {
	float:right;
	padding-right:29px;
	padding-top:36px;
}
div#rightbtn {
	float:right;
	clear:both;
}
img.right {
	float:right;
	margin-right:50px;
	margin-bottom:10px;
	margin-top:40px;
	border: solid 1px #000000;
}
img.right1 {
	float:right;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	border: solid 1px #ffffff;
}
img.right2 {
	float:right;
	margin-right:25px;
	margin-left:20px;
	margin-bottom:15px;
	border: solid 1px #000000;
}

p.centered {
	text-align:center;
}

p.indent{
	padding-left:100px;
}


p.main_box{
	position:absolute;
	z-index:auto;
	color: #fff;
	top: 4px;
	left: -9px;

}

p.justify{
	text-align:justify;
}

p.clear {
	clear:both;
}

/* ---------------------- LIST STYLES----------------------- */
ul.list {
	margin-left:0px;
	padding-left:18px;
}

ul.list li {
	margin-left:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		list-style: square;
		line-height:18px;
		color:#ffffff;
}
	ul.list li a:link, ul.list li a:visited, ul.list li a:active {
		list-style-type:square;
		font-size:16px;
		line-height:18px;
		font-weight:bold;
	}
	ul.list li a:hover, ul.list li a.current:link, ul.list a.current:visited {
		list-style-type:square;
		font-size:16px;
		line-height:18px;
		font-weight:bold;
	}



.textsize{
font-size: 25px;
font-weight: bold;
marign-top: -10px;
padding: 0px 0px 0px 0px;
}

div#video_box{
float: right;
padding: 14px 10px 10px 10px;
margin: 10px 0px;
}

.main_box_welcome{
	position:absolute;
	z-index:auto;
	top: 1148px;
}
