/* colors

dark blue : #15171B 
red : #9F2C1F
light blue : #BBCEEB

*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:91%;
}

body {
	background-color:#333333;
	margin:0px;
	padding:0px;
}
	
h1 {
	font-size: x-large;
	color: #15171B;
}

h2 {
	font-size: large;
	color: white;
}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

a:active {
	text-decoration: underline;
	color: #999999;
}
	
#wrapper {
	background-image:url(images/topbg.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#9E2B1E;
	width:900px;
	height:auto;
	padding:0px;
	margin:1em auto 1em auto;
	border:5px solid #BBCEEB;
}

#header {
	width:100%;
	height:111px;
	margin:0px;
	padding:0px;
}

#logo {
	width:20%;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	text-align:right;
}

#logo img {
	margin:6px auto 0px auto;
}

#badge {
	width:75%;
	height:111px;
	margin:0px;
	padding:0px;
	float:right;
}

#badge_image {
	width:65%;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
	text-align:center;
}

#badge_image img {
	margin:11px auto;
}

#contact_info {
	width:19%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:91%;
	letter-spacing:.05em;
	float:right;
	margin:11px 11% 0px 0px;
	text-align:right;
}	

#contact_info ul {
	margin:0px;
	padding:0px;
}
 
#contact_info li {
	list-style-type:none;
}
	
#contact_info li a {
	display:block;
	width:101px;
	height:auto;
	line-height:1.4em;
	margin:0px;
	padding:0px;
	color:#BBCEEB;
	text-align:right;
	text-decoration:none;
}

#contact_info li a:hover {
	color:#BBCEEB;
	text-decoration:underline;
}	

#navigation {
	background-image:url(images/nav_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:100%;
	height:72px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	letter-spacing:.05em;
	background-color:transparent;
	text-align:center;
	text-transform:capitalize;
}
	
#navigation ul {
	width:94%;
	margin:0px auto;
	padding:36px 0px 0px 0px;
}

#navigation li {
	list-style-type:none;
	display:inline;
}

#navigation li a {
	color:#BBCEEB;
	text-decoration:none;
	text-align:center;
	width:134px;
	height:auto;
	padding:3px 4px 5px 4px;
	margin:0px;
	background-image:url(images/button_up.jpg);
	background-position:center;
	background-repeat:repeat-x;
	background-color: #15171B;
	border:0px solid #333333;
}

#navigation li a:hover {
	background-color: #15171B;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	background-image:url(images/button_down.jpg);
	background-position:center;
	background-repeat:repeat-x;
	border:0px solid #cccccc;
}
 
#sub_wrapper {
	width:770px;
	margin:0px auto;
	padding:0px;
	height:auto;
	background-color:#BBCEEB;
}

#locations {
	color:#15171B;
	float:left;
	font-size:77%;
	letter-spacing:.05em;
	word-spacing:.07em;
	width:20%;
	height:500px;
	margin:0px;
	padding:0px;
	float:left;
}

#locations p {
	width:86%;
	margin:.1em auto;
}
	
#locations ul {
	width:84%;
	margin:0px auto;
}

#locations li {
	list-style-type:square;
}

#locations acronym {
	font-weight:600;
	text-decoration:none;
}

#content {
	width:80%;
	height:auto;
	margin:0px;
	padding:0px;
	letter-spacing:.04em;
	word-spacing:.07em;
	float:right;
}

#content p {
	text-indent:.7em;
	color:#15171B;
	width:92%;
	margin:.1em auto;
}
	
#content h1 {
	width:94%;
	margin:.1em auto;
	color: #15171B;
	font-size:123%;
	text-transform:uppercase;
	letter-spacing:.09em;
}

#content h2 {
	width:94%;
	margin:.1em auto 0px auto;
	color: #15171B;
	font-size:111%;
	font-style:oblique;
}

#content acronym {
	font-weight:600;
	text-decoration:none;
}

#footer {
	width:100%;
	font-size:85%;
	height:35px;
	margin:.5em auto;
	padding:0px;
	color:#BBCEEB;
}

#footer p {
	width:92%;
	text-align:right;
	margin:0px;
	padding:0px;
}

.formchoose {
	font-size:small;
	text-transform:capitalize;
}

.example {
	position:relative;
	top:2px;
}	
	
.example a {
	border:1px solid white;
	color:#15171B;
	padding:.1em .2em .1em .2em;
	text-decoration:none;
}
	
.example a:hover {
	border:1px solid white;
	color:#BBCEEB;
	background-color:#15171B;
	text-decoration:none;
}

