


/* colors
  red:  #ed1c24;
  blue: #003471;
  
  
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,  code,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	/*outline: 0;*/
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
img {}
#wrapper{
	width:800px;
	/*height: 600px;*/
	margin-right:auto;
	margin-left:auto;
	margin-top:2%;
	margin-bottom:2%;
	background:#fff;
	border:1px solid #D3DEB2;
	position:relative;
	overflow:hidden;
	
 }
	
	
#header {
	background:#ffffff;
	border:0px;
 	width:100%;}
	

#header img {
    float: left;
	clear: none;
	margin-top: 25px; 
	margin-left: 30px;}
	
.alignbottomhome {
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	clear: none;
	margin-right: 150px;}
	
.alignbottom {
	margin-top:100px;
	margin-left:0px;
	float: right;
	clear: none;
	margin-right:150px;}
	
.callout {
	width: 380px;
	margin-top:5px;
	margin-bottom: 0px;
	margin-left:30px;
	float: left;
	clear: none;
	margin-right:10px;
	font-family: "myriad pro", arial, helvetica, sans-serif;
    font-size:102%;
    /*line-height:1.125em;*/
	color:#666; }
	
	.callout2 {
	width: 700px;
	margin-top:25px;
	margin-bottom: 10px;
	margin-left:0px;
	float: left;
	clear: none;
	margin-right:0px;
	font-family: "myriad pro", arial, helvetica, sans-serif;
    font-size:95%;
    /*line-height:1.125em;*/
	color:#666; }
	
.red {
color:#ed1c24;
margin: 0px 0px 8px 0px;
 }

.space a:hover {color:#c7ac8d;}
.space a {text-decoration:none;
color: #003471;}
	
.aligncenter a:hover{color:#c7ac8d;}
.aligncenter a {text-decoration:none;
color: #003471;}
	
#nav{
	float:left; 
	margin: 0px 50px;
	border-bottom:1px #ccc solid; 
	border-top: 1px #ccc solid; 
	padding-top: 6px; 
	width: 700px;}

#nav li {
	margin:0;
    padding: 0px;}
	   
#nav li a{
	color:#003471;
	text-decoration:none;
	display:block;} 
	
#nav li a:hover {
	color:#ed1c24;  }
	
	
#hoverstate {
	display:block;
	color:#c7ac8d;
	text-decoration: none;
	}
	
	
	
	
.content{
	float:left; margin: 0px 50px; width:700px;}


/* @end */


body {
	padding: 0 2%;
	 /*  max-width: 61em; */
	margin: 0 auto;
	background: #fff;
	color:#666;
	font-family: "myriad pro", arial, helvetica, sans-serif;
    font-size:16px;
    line-height:1.125em; /* Baseline grid of 18px */
}
/* basic font sizes */
p, ul, ol, dl, table, address, blockquote, fieldset, pre, form div {
	font-size: 0.8125em;  /* 13px */
}

/* deal with likely (but certainly not all) inherited shrinkage */

ul p, ol p, table p, dl p, ul ul, ol ol, ul ol, ol ul, address p, li blockquote, blockquote p, form div div, form div p, fieldset div, table form div {
	font-size: 1em;
}

/* size headings using classic scale of 14, 16, 18, (21), 24 */

/*h1 {
	font-size: 1.5em; 
	line-height: 1.125em; 
}*/

img.content{ float:left;}
h3 { }
h4 { font-size: 0.875em;   /* 14px */ }
h5, h6 { font-size: 0.8125em;  /* 13px */ }

/* @end */

/* @group Margins */

p, ul, dl, address, table, pre, fieldset {
	margin-bottom: 1.485em; /* 18px */
}

form {
	margin-bottom: 1.125em; /* 18px */
}

/*h1 {
	margin-top:1.125em;	}    27px 

*/
h1 {
	font-size: 1.2em;   /* 18px */ 
	margin-top:0em;	   /* 27px */
	margin-bottom: 0.5em;  /* 9px */	
}
h2{ font-size: 1.0em;   /* 16px */ 
  color: #ed1c24;
  margin-bottom: 0.2em;}
h3 {
	font-size: .9em;     /* 16px */ 
	margin-top:1.6875em;     /* 27px */
	margin-bottom: 0.5625em; /* 9px */	
}

h4 {
	margin-top:1.286em;	   /* 18px */
	margin-bottom: 0.643em; /* 9px */
}



/* @end */

/* @group Lists */
ul {
	list-style: none;
}
li {
display:inline; 
position:relative;
overflow:hidden;
float:left; 
width: 90px;
height:32px;
line-height:2em;
margin-right:0px;
margin-left: 0px;}

li.wide { width: 160px;}

li.noMarg {margin-left:2px;}

/*li a, li div {
display:block;
width:100%;
height:50px;}*/

/* @group Tables */

/* tables may still need 'cellspacing="0"' border-spacing: 0; in the markup */
table {
	
	border-collapse:collapse;
	
}

 td {
	text-align: center;
	padding: 0.385em 0.692em 0.308em 0.692em; /* 5px 9px 4px 9px */
}



/*floating boxes*/


.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}
.floatLeft1 {
	float: left;
	margin-top:30px;
}
.floatLeft2 {
	float: left;
	margin-top:274px;
}
.clear {
  clear: both;
}
.copy {
	color:#666;
	font-size:.75em;
	text-align:right;
	width:800px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	overflow:hidden;
	
	} 
.copyblock {float: right; clear: none; width: 490px;}
.copyblock2 {float: right; clear: none; width: 450px;}
.copyblock a:hover{color:#ed1c24;}
.copyblock a {text-decoration:none;
color: #003471;  
   font-weight:bold;}

.copyblock2 a:hover{color:#ed1c24;}
.copyblock2 a {text-decoration:none;
color: #003471;
font-weight:bold;}



