﻿/* ------------------------------------------------------ */

/* FrameWork Setup */

body , html
{
    margin:0;
    padding:0;
    height:100%;
    font-family: Verdana,Arial, Sans-Serif;
}

body
{
	background-image: url(../img/bg_1.jpg);
	background-repeat: repeat;
}

h1
{
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;
}

p
{
	margin-top:1em;
	font-size:12px;
	color:#FFF;
}

a
{
	color:#FFF;
	text-decoration:underline;
}

label
{
	color:#FFF;
}

form
{
    height:100%;
}

.clear
{
	clear:both;
}

.fltl
{
	float:left;
}


#wrap, #wrapHome
{
	min-height:100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:42px;
	width:975px;    
}

#wrapHome{background-color:#1b1f2a;}

#header
{
    /*testing value*/
    height:281px;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}

#body
{
    width:960px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:31px;    
    /*testing value*/
    /*background-color:Blue;*/
}

#nav
{
	height:32px;
	width:908px;
	background:url(../img/nav_bg.gif) repeat-x top left;
	position:absolute;
	top:25px;
	left:34px;
	border-bottom:2px solid #323541;
	z-index:1;
}

#nav ul
{
	font-size:12px;
	line-height:32px;
}

#nav ul li
{
	float:left;
	width:128px;
	text-align:center;
	border-right:1px dotted #666;
	list-style-type:none !important;
}

#nav ul li.last
{
	border-right:none;
}


#nav ul li a
{
	color:#00A5EE;
	text-decoration:none;
}

#nav ul li a:hover
{
	color:#FFF;
	text-decoration:underline;
}

#nav ul li a.selected
{
	font-weight:bold;
}

#header
{
	position:absolute;
	top:58px;
}

#footer
{
	background-color: #1b1f2a;
	height:32px;
	text-align:center;
}

#footer a
{
	line-height:32px;
	font-size:12px;
	color:#FFF;
	text-decoration:underline;
}

#clearHeader
{
    height:285px;
    background-color: #1b1f2a;
}

#clearHeaderHome
{
    height:30px;
    background-color: #1b1f2a;
}

#main
{
	padding-top:30px;
	padding-bottom:60px;
}

#main ul
{
	color:#FFF;
}

#main ul li
{
	font-size:12px;
	line-height:18px;
	list-style-type:disc;
}

.homeSidePanel {float:right;padding-right:35px;width:290px;margin-left:0px;padding-top:10px;}
.homeSidePanel h1 {color:#AAAAAA;border-bottom:2px solid #03A3CD;font-size:16px;padding-bottom:3px;}
.homeSidePanel p.contact{color:#AAAAAA;}
.homeSidePanel a {color:#03A3CD;}
#homeFlashPanel {float:left;width:600px;height:450px;margin-left:36px;background-color:#CECECE;display:inline;}


table.communications
{
	width:100%;
	font-size:12px;
}

table.communications tr th
{
	color:#FFF;
	font-weight:bold;
	padding:5px;
}

table.communications tr td
{
	color:#FFF;
	padding:5px;
}

table.gallery tr td
{
	padding:16px;
}

.highlight
{
	color:#FF00FF;
}

.smlTxt
{
	color:#FFF;
	font-size:10px;
}