@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,iframe {
	padding:0;
	margin:0;
}

body {
	background: #021728;
	background-image:url(../images/template/background.gif);
	background-repeat:no-repeat;
	background-position: center 0;
	color: #ccc;
	font-size: 62.5%;
	font-family: Verdana, Geneva, sans-serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { 
	font-size: 2em; 
	line-height: 2em;
}

h2 {
	font-size: 1em;
	line-height: 1em;
}

h3 { 
	font-size: 1em; 
	line-height: 1em;
}

h4 { 
	font-size: 1em; 
	line-height: 1em;
}

h5 {
	font-size: 1em; 
	line-height: 1em;
}

h6 {
	font-size: 1em; 
	line-height: 1em;
}

p { 
	font-size: 1em; 
	line-height: 1.5em;
}

address,caption,cite,code,dfn,th,var { 
	font-style: normal; 
	font-weight: normal; 
}

ul,ol { 
	list-style: none; 
}

a { 
	color: #39f;
	text-decoration: none; 
}

object, a {outline: none;}

a:hover {
    color: #f7e800;
}

abbr,img { 
	border: 0; 
}

strong { 
	font-weight: bold;
}

em {
	font-style: italic; 
}

table {
	border-collapse: collapse;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
}



#wrapper { 
	width:951px; 
	margin:0px auto;
}

#header {
	height: 114px;
}

#header #logo {
	float:left;
}

#menu {
	padding: 32px 0px 32px 6px;
}

#btn_contact {
	float: right;
	padding: 64px 24px 0px 6px;
}

#btn_contact a {
	display: block;
	height: 44px;
	width: 120px;
	background: url(../images/template/btn_contact.gif)
}

#btn_contact dl dd a:hover {
	display: block;
	background: url(../images/template/btn_contact_on.gif)
}

#btn_contact dl dd a p.alt{
	text-indent:-9999px;
}

#content {
	font-size: 11px;
	padding: 24px 24px 0px 24px;
}


#content h1 {
	color: #ccc;
	padding: 0px 0px 12px 0px;
}

#content h1.bold {
	color: #ccc;
	padding: 0px 0px 12px 0px;
	font-weight:bold;
}

#content h2 {
	color: #9cf;
	font-size: 14px;
	padding: 16px 0px 12px 0px;
}

#content p {
	font-size: 1em; 
	padding: 0px 0px 16px 0px;
}

#content_homepage p {
	font-size: 1.2em; 
	padding: 0px 0px 16px 0px;
}

#right_menu {
	padding: 0px 12px 0px 12px;
	height:633px;
	background-image:url(../images/template/right_column_background.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}

#right_menu .right_menu_divider {	
	margin: 0px -8px 0px -8px;
	height:2px;
	width:300px;
	background-image:url(../images/template/right_column_seperator.gif);
	background-repeat:no-repeat;
	background-position: left top;
}

#right_menu h2 {
	color: #999;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 24px 0px 12px 0px;
}

#right_menu h3 {
	font-weight:bold;
	color: #9cf;
	font-size: 14px;
	padding: 16px 0px 0px 0px;
}

#right_menu p {
	padding: 16px 0px 24px 0px;
	font-size: 10px;
}

#footer {
	font-size: 9px;
	color: #999;
	text-transform: uppercase;
	padding: 12px 0px 24px 0px;
}

.blue14 {
	font-size: 14px;
	color: #9cf;
	padding: 0px 0px 0px 0px;
}

.header {
	font-size: 16px;
	color: #ccc;
	padding: 12px 0px 4px 0px;
}

#news {
	padding: 0px 140px 0px 100px;
}

#news li{
	padding: 32px 0px 0px 0px;
}

#news .news_date {
	
}

#news .news_link {
	font-size: 14px;
	color: #9cf;
}

#news .news_link a {	
	color: #9cf;
	text-decoration: underline;
}

#news .news_link a:hover {
    color: #f7e800;
}

#news .news_desc {
	font-size: 10px;	
}

.contact {
	padding: 0px 0px 32px 0px;
}

.contact .contact_location{
	font-size: 15px;
}

.contact .contact_address{
	font-size: 12x;
}

.contact .contact_info{
	padding: 8px 0px 0px 0px;
	font-size: 11px;
	color: #9cf;
}
  
