/* Body */
body
{
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0px auto;
	text-align:center;
	line-height:1.5em;
}

/* global */
/* links */
#content a:link, #content a:visited, #content a:active
{
	color:#0D75B0;
	text-decoration: none;
}

#content a:hover
{
	color:#fff;
	background-color:#FFCC00;
	text-decoration:underline;
}

/* clears */
.clear
{
clear:both;
}

/* headings */
h1, h2, h3, h4, h5, h6
{
	padding:0px;
	margin:1em 0 0.5em 0;
	font-weight:normal;
}

h1
{
	font-size:1em;
	color: #0E76B0;
}

h2
{
	font-size:1.7em;
	color: #0D5D9D;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

h2.bold
{
margin-top:0;
font-size:1.6em;
line-height:1.4em;
font-weight:bold;
}

h3, h5, h6
{
font-size:1.4em;
}

.highlight
{
	background-color: #FF9933;
}

/* address */
#address
{
	font-style:normal;
	font-size: 1.5em;
	font-weight: bold;
	color: #CC310D;
	text-align: center;
}

.right {
	text-align:right;
	font-style: italic;
	font-size: 0.6em;
	line-height: normal;
	color: #0D5D9D;
}

#topstrip
{
	margin:0px;
	height:2.5em;
	line-height:2.5em;
	font-size:1.1em;
	width:100%;
	background: #016fac;
	color: #FFFFFF;
}


#topstrip a:link, #topstrip a:visited, #topstrip a:active, #topstrip a:hover
{
color:#333;
background:none;
}

#topstrip a:hover
{
text-decoration:none;
}

/* header */
#header-wrapper
{
width:100%;
}

#header-wrapper .header
{
width:720px;
margin:0px auto;
text-align:left;
}

/* logo */
.header h1
{
	width:690px;
	height:95px;
	margin:0px;
	padding:0px;
	position:relative;
	top:20px;
	left:0px;
}

.header h1 span
{
	position:absolute;
	width:680px;
	height:95px;
}

.header h1 a
{
	width:269px;
	height:67px;
	display:block;
	cursor:pointer;
	text-decoration:none;
}

/*image-strips*/

#image-strip
{
	text-align:center;
	font-size:1em;
	line-height:1.6em;
	width:100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

* html #image-strip {
	padding-bottom:0px;
}
/*  navigation */
.header ul
{
margin:1.6em 0 0 0;
padding:0px;
list-style:none;
}
* html #header-wrapper .header ul {
	margin-top:-15px;
}
.header ul li
{
	float:left;
	font-size:1.2em;
	margin:0 2.5em 0 0;
	padding:1em 0;
	font-weight: bold;
	color: #FFFFFF;
}

.header ul li span.bold {
	font-size:1.4em;
	color:#66FFFF;
	font-size: 1em;
	line-height: 0.9em;
	padding-left: 40px;
}
.header ul li a:link, .header ul li a:visited, .header ul li a:hover, .header ul li a:active
{
	color:#eee;
	background:none;
	text-transform:uppercase;
	text-decoration: none;
}
.header ul li a:hover {
	text-decoration:overline;
	color: #FFCC00;
}

.header ul li.selected
{
background:url(../images/selection_pointer.gif) no-repeat center bottom;
}

.header ul li.selected a
{
text-decoration:none;
}

.header ul li.selected a:link, .header ul li.selected a:visited, .header ul li.selected a:hover, .header ul li.selected a:active
{
	color:#fff;
	font-weight:bold;
}

.header ul li.selected a:hover
{
	text-decoration:none;
}


/* Content */
#content
{
	width:720px;
	text-align:left;
	font-size:1em;
	line-height: 1em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#content p
{
	line-height:1.4em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

#right-sidebar
{
	width:200px;
	float:right;
	padding-bottom:2em;
	padding-top: 0px;
}

#right-sidebar img
{
padding:7px;
background:#F8F6F3;
border:1px solid #D2CBC2;
}

#right-sidebar  a img
{
padding:7px;
background:#F8F6F3;
}

#right-sidebar a:hover img
{
	background:#FFCC00;
	border:1px solid #993300;
}

/* Main Content */
#content-home
{
	width:470px;
	float:left;
	padding-bottom:1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 0.5em;
	margin: 0;
	padding-left: 0px;
}
#content-home img.left {
	margin-left:-100px;
	float:left;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content-home img.left-internal {
	margin-right:10px;
	float:left;
	position: relative;
	margin-bottom: 0px;
	margin-top: 10px;
}
#content-home img.right-internal {
	margin-left:20px;
	float:right;
	position: relative;
	margin-bottom: 5px;
	margin-top: 5px;
	border: 6px solid #0D75B0;
}
#content-home ul{
	font-size: 0.95em;
	line-height: normal;
	color: #0066CC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}

#content-home li{}

#content-home img.right-internal:hover
{
	color:#fff;
	border-color:#FFCC00;
	text-decoration:underline;
}

.image-box {
	float: left;
	border: 6px solid #0D5D9D;
	padding: 7px;
	background-color: #eee;
	margin-right: 5px;
}

form {
padding: 0px 20px 0px 20px;
margin:0;
}
form p {
	font-size:0.8em;
	color:#000099;
	padding-left:5px;
}

/* Sidebars */


/*#left-sidebar
{
	width:80px;
	margin: 0 0 0 -100px;
	float: left;
	z-index: 1000;
}
#left-sidebar p {
text-align:right;
border:0;
text-decoration:none;
}
#left-sidebar img {
border:0;
}
*/

/* sample */
#sample
{
	background: #fff;
	padding:0 10px;
	text-align: center;
}

#sample h3
{
margin:0.7em 0;
}

#sample:hover
{
background:#fff;
}

/* banner */
.blueback
{
	margin:0;
	background-color: #0370AD;
	display: block;
	text-align: center;
	font-size: 2em;
	color: #FFFFFF;
	padding: 4px;
}

.blueback img
{
float:left;
margin:0 1em 0.5em 0;
}

/* footer */
#footer-wrapper
{
	clear:both;
	width:100%;
	margin-top:0em;
	padding:1em 0 4em 0;
	background-image: url(../images/Xcellent3_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #ccc;
}

#footer
{
	width:720px;
	text-align:left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer .partners
{
	float:right;
	width:150px;
	clear: both;
}

#footer .partners h5
{
margin:0 0 0.8em 0;
}

#footer .partners p
{
	margin:0;
	line-height:1em;
}

#footer .partners a:link, #footer .partners a:visited
{
	color: #ccc;
	text-decoration: none;
}

#footer .validation
{
	position:relative;
	clear:both;
	top:-2em;
	color: #0000FF;
}

#footer .validation p
{
	margin:0;
	color: #FF9900;
}
#footer .validation a:link, #footer .validation a:visited {
	text-decoration:none;
	color:#0000CC;
}
#footer .validation a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

.small {font-size:0.7em;}

.roundedcornr_box {
	background: #78adcf;
	padding:0;
	margin:0;
}
.roundedcornr_box p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.roundedcornr_top div {
	background: url(../images/roundedcornr_tl.png) no-repeat top left;
	padding: 0px;
	margin: 0px;
}
.roundedcornr_top {
	background: url(../images/roundedcornr_tr.png) no-repeat top right;
	
}
.roundedcornr_bottom div {
	background: url(../images/roundedcornr_bl.png) no-repeat bottom left;
	margin: 0px;
	padding: 0px;
}
.roundedcornr_bottom {
   background: url(../images/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content {
	text-align: center;
	margin-top: -10px;
	padding: 0px;
}
div.pic {
	float: left;
	height: 150px;
	width: 135px;
	border:1px solid gray;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #78ADCF;
}
div.pic img {border: 1px solid black;}
div.pic:hover {
	background-color: #FFCC00;
}
img.ls {
	width: auto;
	margin: 32px 0 0;
}/*adds top margin for landscape images*/
img.pt {
	height: 128px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
/*adds left/right margins for portrait images*/
#content-home div.pic ul {
	list-style-type:none;
	padding: 0;
	text-align:center;
	font-family: Arial, Verdana, sans-serif;
	font-size: .8em;
	font-weight: normal;
	margin-top: 0.25em;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #0D5D9D;
}
