/* General Structure */

*{
margin: 0;
padding: 0;
}

html
	{ 
	background: #6B6969;
	}

body 
	{
	color: #000000; 
	padding: 0;
	margin: 0;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
	}
	
img
    {
    border: 0;
    }

.red
    {
    color: #CC0000;
    display: block;
    }

p  
	{ 
	position: relative;
	font-size: 12px; 
	}
	
p a, p a:link, p a:visited, #content a, #content a:link, #content a:visited
	{
	position: relative;
	color: #F6AF17;
	text-decoration: none;
	}

p a:hover, #content a:hover
	{
	color: #55A1D5;
	text-decoration: underline;
	}

p.wwide
	{
	padding: 2px;
	margin: 0;
	}

h1 
	{ 
	display: block;
	padding-top: 20px; 
	padding-bottom: 0; 
	padding-left: 10px; 
	padding-right: 10px; 
	margin: 0; 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 1;
	}

h2 
	{ 
	display: block;
	padding-top: 0; 
	padding-bottom: 0; 
	padding-left: 10px; 
	padding-right: 10px; 
	margin: 0; 
	font-size: 14px; 
	font-weight: bold;
	color: #CC0000;
	line-height: 1;
	}

h3 
	{ 
	position: relative;
	display: block;
	padding-top: 20px; 
	padding-bottom: 0; 
	padding-left: 10px; 
	padding-right: 10px; 
	margin: 0; 
	font-size: 11px; 
	font-weight: bold;
	color: #CC0000;
	line-height: 1;
	}

#content h3 a, #content h3 a:link, #content h3 a:visited
	{
	text-decoration: none;
	}

#content h3 a:hover
	{
	text-decoration: underline;
	}
	
#container 
	{ 
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0;
	margin-top: 10px;
	background-color: #FFFFFF;
	}

/* Header Structure */


ul {
	padding: 0;
	margin: 0;
	}

#nav {
	position: absolute;
	clear: both;
	float: left;
	display: block;
	top: 50px;
	left: 500px;
	width: 450px;
	height: 23px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	z-index: 100;
	}

#nav li {
	list-style-type: none;
	position: relative;
	height: 23px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	}

#nav li a { 
	display: block; 
	float: left;
	height: 23px;
	border: 0;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	color: #6B6969;
	text-decoration: none;
	text-align: center;
	background: transparent;
	}

#nav li a:hover
	{
	background: #transparent;
	color: #55A1D5; 
	height: 23px;
	}

#nav li a.arrow
	{
	background: #transparent;
	color: #55A1D5; 
	height: 23px;
	}

#header 
	{ 
	position: static;
	float: left;
	display: block;
	width: 920px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
	}

.page_img
	{
	position: static;
	display: block;
	float: left;
	width: 923px;
	height: 186px;
	padding: 0;
	margin: 0;
	z-index: 1;
	*margin-top: -30px;
	_margin-top: -50px;
	}

.logo
	{
	position: absolute;
	clear: both;
	display: block;
	top: 10px;
	left: 10px;
	width: 234px;
	height: 117px;
	padding: 0;
	margin: 0;
	z-index: 100;
	}

#icon_holder
	{
	position: absolute;
	*position: relative;
	clear: both;
	float: left;
	*float: none;
	display: block;
	top: 80px;
	left: 840px;
	*left: 810px;
	width: 100px;
	height: 40px;
	padding: 0;
	margin: 0;
	z-index: 100;
	}

.icons
	{
	position: static;
	float: left;
	padding: 0;
	margin: 0;
	}


/* Content Structure */

#content {
	position: relative;
	width: 940px;
	margin: 0;
	padding: 0;
	padding-top: 2px;
	padding-right: 20px;
	float: left;
	background: #FFF;
	z-index: 1;
	}

.outer 
	{
	border-left-width: 178px;  /* left column width */
	border-left-color: #B8D7ED;   /* left column color */
	/*_border-color:tomato;*/
	/*_filter:chroma(color=tomato);*/
	
	border-right-width: 0; /* right column width */
	border-right-color: #FFF;  /* right column color */
	
	background-color: transparent; /* center column color */
	
	width: 745px; 
	border-left-style: solid; 
	border-right-style: solid;
	
	}

.inner 
	{ 
	margin: 0; 
	width: 100%; 
	}

.left 
	{
	width: 178px;
	margin-left: -178px;
	margin-top: 0;
	padding-top: 0;
	color: #000; 
	float: left;
	position: relative;
	min-height: 175px;
	height: auto !important;
	height: 175px;
	background-color: #FFF;
	z-index: 10;
	}
	
.left p
	{
	width: 170px;
	padding-left: 0px;
	font-size: 12px;
	text-align: justify;
	line-height: 1.5;
	color: #778391;
	}

.left h2
	{
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	padding-top: 12px;
	padding-left: 10px;
	padding-bottom: 8px;
	color: #55A1D5;
	text-indent: 20px;
	}

.left #subnav {
	position: relative;
	float: left;
	display: block;
	width: 160px;
	min-height: 10px;
	height: auto !important;
	height: 10px;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	padding-left: 5px;
	font-size: 11px;
	z-index: 100;
	text-decoration: none;
	}

.left #subnav li {
	list-style-type: none;
	position: relative;
	height: 30px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	text-indent: 20px;
	display: block;
	}

.left #subnav li.dots {
	background: url(../img/main/dots.gif) no-repeat 20px top;
	height: 3px;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	}

.left #subnav li.gradient {
	position: relative;
	display: block;
	background: url(../img/main/gradient.jpg) no-repeat 0 0;
	height: 140px;
	width: 178px;
	margin-left: -5px;
	float: none;
	padding: 0;
	}

.left #subnav li a, .left #subnav li a:visited, .left #subnav li a:link { 
	display: block; 
	float: left;
	height: 30px;
	width: 140px;
	border: 0;
	margin: 0;
	padding: 0;
	color: #6B6969;
	line-height: 3;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
	}

.left #subnav li a:hover
	{
	background-attachment: fixed;
	background: url(../img/pages/crescent.gif) no-repeat;
	background-position: 0 0;
	color: #F6AF17; 
	text-decoration: none;
	}

.left #subnav li a.arrow
	{
	background-attachment: fixed;
	background: url(../img/pages/crescent.gif) no-repeat;
	background-position: 0 0;
	color: #F6AF17; 
	text-decoration: none;
	}

.center 
	{ 
	width: 300px;
	float: left; 
	position: relative;
	min-height: 175px;
	height: auto !important;
	height: 175px;
	padding-bottom: 10px;
	z-index: 12; 
	}

.center2 
	{ 
	width: 0;
	float: left; 
	position: relative;
	min-height: 175px;
	height: auto !important;
	height: 175px;
	padding-bottom: 10px;
	z-index: 12; 
	}

.right 
	{
	width: 445px; /* right column width */
	margin-right: -445px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 175px;
	height: auto !important;
	height: 175px;
	z-index: 11;
	}

.right2
	{
	width: 745px; /* right column width */
	margin-right: -745px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 175px;
	height: auto !important;
	height: 175px;
	z-index: 11;
	}

.right em, .right2 em
	{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	}

.right h1, .right2 h1
	{
	display: block;
	padding: 0;
	padding-left: 30px;
	padding-top: 0px;
	margin: 0;
	line-height: 1.5;
	color: #55A1D5;
	font-size: 18px;
	font-weight: normal;
	}

.right h1, .right2 h2
	{
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	color: #6B6969;
	font-size: 14px;
	font-weight: bold;
	}

.right p
	{
	display: block;
	margin: 0;
	padding: 10px;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	line-height: 1.5;
	width: 350px;
	color: #6B6969;
	background: url(../img/main/dots.gif) no-repeat bottom 30px;
	}

.right2 div.text
	{
	display: block;
	margin: 0;
	padding: 10px;
	padding-left: 30px;
	padding-bottom: 20px;
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 12px;
	color: #6B6969;
	background: url(../img/main/dots.gif) no-repeat bottom 30px;
	}

.right2 h3
	{
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	color: #6B6969;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	background: url(../img/main/dots.gif) no-repeat bottom left;
	}

.right2 h4
	{
	display: block;
	padding: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 5px;
	background: url(../img/main/dots.gif) no-repeat bottom left;
	}
	
.right2 h5
	{
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: -4px;
	font-size: 12px;
	}

.right2 p
	{
	display: block;
	line-height: 1.5;
	padding-top: 5px;
	padding-bottom: 10px;
	}

.right2 ul, .right2 div.text p ul
	{
	padding-left: 17px;
	}

.right2 ul li, .right2 div.text p ul li
	{
	display: list-item;
	list-style-type: disc;
	padding-bottom: 3px;
	}

.right2 ol, .right2 div.text p ol
	{
	padding-left: 25px;
	}

.right2 ol li, .right2 div.text p ol li
	{
	display: list-item;
	list-style-type: decimal;
	padding-bottom: 3px;
	}

.right2 #profile
	{
	position: absolute;
	float: left;
	top: 202px;
	left: 40px;
	z-index: 20;
	color: #FFFFFF;
	font-size: 14px;
	}

#content a.profile_link, #content a.profile_link:link, #content a.profile_link:visited
	{
	position: relative;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	}

#content a.profile_link:hover
	{
	color: #55A1D5;
	text-decoration: underline;
	}

.right #button_holder
	{
	position: static;
	padding: 0;
	margin: 0;
	padding-left: 30px;
	float: left;
	}

.right2 #button_holder
	{
	position: static;
	padding: 0;
	margin: 0;
	padding-left: 250px;
	margin-top: -20px;
	float: both;
	}

.right .bottom_buttons, .right2 .bottom_buttons
	{
	position: static;
	padding: 0;
	margin: 0;
	float: left;
	height: 76px;
	z-index: 1;
	}

.right2 .float_left
	{
	position: static;
	padding: 0;
	margin: 0;
	padding: 20px;
	float: right;
	}

#news_image
	{
	position: relative;
	float: left;
	margin-top: 15px;
	width: 120px;
	height: 80px;
	display: inline;
	z-index: 1;
	}

#news_image img
	{
	width: 120px;
	height: 80px;
	}

img.news_page 
	{
	width: 220px;
	height: 135px;
	}
	
.side_buttons 
	{
	position: relative;
	float: left;
	width: 235px;
	margin-bottom: 10px;
	margin-left: 6px;
	>margin-left: 4px;
	z-index: 1;
	}

.clear { clear: both; }

.bodypic
	{
	position: relative;
	margin-left: 11px;
	margin-top: 5px;
	}

.bodypic1
	{
	position: relative;
	margin-top: 5px;
	margin-left: 11px;
	}

.poptext
	{
	float: left;
	padding-left: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px; 
	width: 350px;
	}

/* footer structure */

#footer {
	position: static;
	width: 960px;
	_width: 964px;
	height: 40px;
	margin: 0;
	padding: 0;
	display: block;
	z-index: 1;
	background-color: #6B6969;
	clear: both;
	}

.contact {
	position: static;
	height: 40px;
	width: 960px;
	margin: 0;
	padding-top: 15px;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	float: left;
	}

.contact a, .contact a:link, .contact a:visited {
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;
	}

.contact a:hover {
	text-decoration: underline;
	color: #55A1D5;
	}
