
/* HTML TAGS */
body 
{
	margin:0px;
	background-color:#FFFFFF;
	font-family:sans-serif;
	font-size:10pt;
	line-height:14pt;
	color:#666666;
}

p 
{
	margin:10px 0;
}
	
hr
{
	color: #003366;
	background-color: #003366;
	height: 1px;
	border:0;
	margin:10px 0;
	_margin:10px 0;
}
	
blockquote 
{
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	font-style:italic;
	background:url(../../images/quotes_left.png) no-repeat;
}

blockquote p 
{
	margin:2px 0;
}
	
cite 
{
	font-size:9pt;
	margin:0;
	padding:0 0 0 6px;
}

/* HEADINGS  */
h1, h2, h3, h4, h5, h6 
{
	font-family: sans-serif;
	margin: 5px 0px 5px 0px;
}

h1 
{
	font-size: 16pt;
}

h2 
{
	font-size: 14pt;
}

h3 
{
	font-size:12pt;
}

/* LINKS */
a:link 
{
	color: #666666;
	text-decoration: underline;
}

a:visited 
{
	color: #666666;
	text-decoration: underline;
}

a:hover 
{
	color: #FF6600;
	text-decoration: underline;
}

a:active 
{
	color:#666666;
	text-decoration: underline;
}

/* TOP INFO */
#top-information 
{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	color:#999999;
	font-size:8pt;
	position:relative;
}
	
#top-information-home 
{
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:25.5%;
	height:2em;
	width:15%;
	padding:0 1.5% 0 0;
}
	
#top-information-phone 
{
	text-align:center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	left:75%;
	height:100%;
	padding:0 0 0 2%;
}

#top-information-link 
{
	text-align: center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:0;
	height:2em;
	width:8.5%;
	padding:0 0 0 1.5%;
}

#heading
{
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
}

#subheading
{
	font-size:10pt;
	font-weight:bold;
}

/* MAIN NAV */
#nav-main 
{
	background:#003366;
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 0px 0px;
	position:relative;
	font-weight:bold;
	font-size:12pt;
}

#nav-main div 
{
	background: #003366;
	width: 25%;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 0px 0px 0px;
}

#nav-main a:link,
#nav-main a:visited 
{
	color:#FFFFFF;
	text-decoration:none;
}

#nav-main a:hover 
{
	color:#FFCC99;
	text-decoration:none;
}

#nav-main a:active 
{
	color:#FFFFFF;
	text-decoration:none;
}

/* ACTIVE PAGES */
#nav-main a.StaticSelectedStyle:link,
#nav-main a.StaticSelectedStyle:visited 
{
	color:#FFCC99;
	text-decoration:none;
}

/* HEADER IMAGES */

#header 
{
	margin:0;
	padding:0;
}

/* PAGETITLE */
#pagetitle 
{
	margin: 0px 0px 0px 0px;
	background: #608fc8;
	position: relative;
	color: #d5e8ff;
	font-size: 9pt;
	line-height: 11pt;
	padding: 0px 0px 2px 0px;
}

/* LISTS */
ul 
{
	margin:0;
	padding:0;
}

li 
{
	list-style:none;
	background:url(../../images/list_bullet.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;	
}

ul.list-of-links 
{
	border-bottom:1px dotted #B2B2B2;
}

ul.list-of-links li
{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list_bullet_link.gif);
}

ul.list-of-links li.current 
{
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li 
{
	border:none;
}

/* IMAGES & PHOTOS */
img 
{
	border:none;
	padding:0;
	margin:0px 0px 0px 0px;
}

img.contact
{
	border:none;
	padding:0;
	margin:5px 0px 0px 0px;
}

.header-image
{
	float:left;
}

.header-logo 
{
    float:right;
}

.photo-border 
{
	border:1px solid #333333;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	display:block;
}

.photo-float
{
	float:right;
}

.image-border-none 
{
	border:none;
}

/* TABLE */
table 
{
	border-width:0;
	margin:0;
	width:100%;
	padding:0;
}

table.info
{
    border-width:0;
    margin-left:0;
    margin-right:0;
    width: 340px;
    padding:0;
    vertical-align:top;
}
.tr
{
	margin:0;
	padding:0;
}

.td
{
	margin:0;
	padding:0;
}

/* FOOTER */
#footer 
{
	background:#003366;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding:5px 0px 5px 5px;
	position:relative;
	color:#a9c0db;
	font-size:8pt;
}

#footer div 
{
	background:#003366;
	width:25%;
	position:relative;
	top:0;
	right:0;
	padding:8px 0px 1px 0px;
}

#footer a:link,
#footer a:visited 
{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover 
{
	color:#a9c0db;
	text-decoration:none;
}

/* MISCELLANEOUS */
.news-date 
{
	font-size:9pt;
	font-style:italic;
	color:#A4A4A4;
}

.arrow 
{
	vertical-align:middle;
}

input.button-big 
{
	font-weight:bold;
	padding:7px 15px;
	font-size:11pt;
	vertical-align: bottom;
}

input.button-small 
{
	font-weight: normal;
	padding: 4px 10px;
	font-size: 8pt;
	vertical-align: bottom;
}

.clear 
{
	clear:both;
}

.none 
{
    display:none;
}