@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #030332;
	}
		
img {
	display: block;
	border: 0;
	}
	
a:link {
	text-decoration: underline;
	color: #003399;
	background: transparent;
	}

a:visited {
	text-decoration: underline;
	color: #003399;
	background: transparent;
	}

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

a:active {
	text-decoration: underline;
	color: #003399;
	background: transparent;
	}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, blockquote, label {
	font-family: Verdana, Arial, Helvetica, sans-serif;	}

h1 {
	font-size: 18px;
	margin-bottom: 0.25em;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #33339F;
	}

h2 {
	font-size: 13px;
	margin-top: 0.1em;
	color: #33339F;
	font-weight: bold;
	margin-bottom: 0em;
	}

h3 {
	font-size: 12px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	}
	
h4 {
	font-size: 12px;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	color: #666666;
	font-weight: normal;
	}
	
p {
	margin-top: 0;
	line-height: 1.5em;
	font-size: 12px;
	}
	
blockquote {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4;
	text-align: left;
	font-size: 8px;
	}
	
ul {
	list-style-type: none;
	padding: 0px;
	font-size: 12px;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-bottom: 1.5em;
	margin-left: 0em;
	}

li {
	margin-bottom: 0.25em
	}

hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: none;
	}

/* Form */

form {
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
	
fieldset {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
}

form h2 {
	font-size: 11px;
	color: #333333;
	padding-bottom: 7px;
}
	
form h3 {
	font-size: 11px;
	color: #0D0D0D;
	padding-bottom: 5px;
}
	
form p {
	font-size: 11px;
	margin-bottom: 0px;
}

div.block {
	display: block;
	height: 30px;
}

label {
	font-size: 11px;
	color: #333333;
	display: block;
	width: 8em;
	margin-right: 0.5em;
	line-height: 2em;
	float: left;
}

.shortlabel{
	width: 3em;
	display: inline;
}
	
input {
	margin-bottom: 7px;
}

.button {
	margin-left: 90px;
	cursor:pointer;
}
	
select {
	display: block;
	margin-bottom: 7px;
}
	
textarea {
	display: block;
	margin-bottom: 7px;
}
	
.inline {
	float: left;
	margin-right: 7px;
	}
	
.error {
	color:#CC0000;
	font-size: 11px;
	}
	
/* FIXES ------------------- */

#bodywrap {
	width: 984px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #D2D2FE;
	background-repeat: repeat-y;
	background-image: url(../assets/images/bg/bg_r3_c1.jpg);
	}
	
#dot {
	clear: both;
	content: "."
	margin-bottom: 0px;
	color: #E3DED2;
	}

	
/* PAGE COMPONENTS ------------------- */

/* Masthead */

#masthead {
	background-repeat: no-repeat;
	height: 155px;
	background-image: url(../assets/images/bg/bg_r2_c2.jpg);
	}
	
#masthead img {
	}
	
/* Nav Bar */

#navbar {
	height: 38px;
	background-image: url(../assets/images/bg/bg_r3_c2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}
	
#nav, #nav ul {
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:25px;
	 text-align:left;
	 font-size:13px;
	 font-weight:bold;
}
#nav a:link, #nav a:active, #nav a:visited {
	display:block;
	margin-top: 2px;
	padding:5px 19px;
	color:#F4E6B5;
	text-decoration:none;
	background-color:none;
}
#nav a:hover {
    background-color:#fff;
    color:#69101B;
}

#nav_sub, #nav_sub ul {
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:25px;
	 text-align:left;
	 font-size:13px;
	 font-weight:normal;
}
#nav_sub a:link, #nav_sub a:active, #nav_sub a:visited {
	display:block;
	margin-top: -2px;
	padding:0px 5px;
	border:1px solid #9A9AF3;
	color:#F4E6B5;
	text-decoration:none;
	background-color:#69101B;
	/*text-transform: capitalize; */
}
#nav_sub a:hover {
    background-color:#fff;
    color:#5E656E;
}

#nav li {
    float:left;
    position:relative;
	padding-bottom:0;
	margin-bottom:0;
}
#nav ul {
    position:absolute;
    width:15em;
    top:38px;
    display:none;
}
#nav li ul a {
    width:15em;
    float:left;
}
#nav ul ul {
	top:auto;
}	

#nav li ul ul {
    left:15em;
    margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display:block;
}
	
/*

.tab a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	height: 19px;
	font-weight: 500;
	padding-top: 7px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	}

.tab a:link {
	text-decoration: none;
	color: #F3E6B6;
	}
	
.tab a:visited {
	text-decoration: none;
	color: #FFFFFF
	}
	
.tab a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #002464;
}
	
.tab a:active {
	text-decoration: none;
	color: #FFFFFF
	}
*/

/* Bread Crumbs*/
	
#breadcrumbs p {
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 15px;
	}

/* Center Column */

#content {
	padding-top: 10px;
	padding-right: 50px;
	}
	
/* Footer */
	
#footer {
	clear: both;
	background-color: #606096;
	padding: 15px 16px;
	text-align: left;
	margin-bottom: 0;
	}

.footer_text {
	display: block;
	float: left;
	margin-right: 35px;
	}
	
#footer h3 {
	color: #FFE797;
	font-size: 11px;
	}
	
#footer li {
	color: #FFE797;
	font-size: 10px;
	}
	
#footer a {
	color: #FFE797;
	}
	

	
/* Box */

.box {
	background-color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #9A9AF3;
	padding: 10px;
	margin-bottom: 10px;
	}

.box img {
	border: 1px solid #666666;
	}
	
.box p {
	font-size: 11px;
	}
	
/* Gallery */

.gallery {
	float: left;
	width: 145px;
	text-align: left;
	margin-bottom: 10px;
	}
	
.gallery img {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
.gallery h1 {
	text-align: center;
	}
	
.gallery h2 {
	text-align: center;
	}
	
/* IMAGE STYLES -------------------- */
	
.button_list img {
	float:left;
	}

img.bullet {
	display: inline;
	vertical-align: middle;
	}

.banner {
	margin-bottom: 15px;
	}
	
.thumbnail {
	float: left;
	margin-right: 20px;
	margin-bottom: 3px;
	padding: 3px;
}

.thumbnail img {
}

.thumbnailright {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
}

/* FONT STYLES -------------------- */

.title {
	font-size: 27px;
	color: #002055;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.greytext {
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.smalltext {
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.contact_head {
	color: #004386;
	width: 100%;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 13px;
}

.contact {
}

.contact_position {
	font-size: 11px;
	color: #333333;
	margin-bottom: 0em;
	margin-top: 0px;
}
	
.dateline {
	color: #444444;
	margin-top: 0.5em;
	margin-bottom: .75em;
	font-size: 11px;
	}
	
.byline {
	color: #444444;
	margin-bottom: 1em;
	}
	
.teaser {
	color: #444444;
	margin-bottom: 1em;
	}
	
.source {
	color: #666666;
	text-align: right;
	font-size: 10px;
	margin-top: -0.1em;
	}
	
.credit {
	color: #666666;
	text-align: right;
	font-size: 9px;
	margin-top: -0.1em;
	margin-bottom: 0;
	padding-right: 3px;
	}
	
.caption {
	color: #333333;
	font-size: 9px;	}
	
.quote {
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
	font-size: 11px;
	padding-top: 10px;
	line-height: 1.3em;
	}
	
.red {
	color: #BD0000;
	font-weight: bold;
	}	
	
/* MISC STYLES -------------------- */


/* List tables */
	
.list {
}

.list td	{
	padding: 4px 10px 4px 0px;
	font-size: 11px;
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
	}
	
.label td	{
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	}
	
.c1 td {
	background-color:#F6F6F6
	}
	
.c td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	vertical-align: bottom;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	background-color: #F5F5F5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	}
	
.cleanlist td	{
	padding: 4px 4px 4px 0px;
	font-size: 11px;
	vertical-align: top;
	}

/* PRINT STYLES -------------------- */

.print {
	display: none;
	}
	
	
	/* Left Column */

#leftcolumn {
	width: 250px;
	float: left;
	margin-bottom: 20px;
	margin-left: 9px;
	}
	
.highlight {
	background-color: #EEF2FF;
	padding: 10px;
	margin-bottom: 15px;
	}
	
#sub_left {
	width: 213px;
	float: left;
	margin-top: 20px;
	}
	
#sub_right {
	width: 213px;
	margin-left: 254px;
	margin-top: 30px;
	}
	
/* Right Column */

#rightcolumn {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	}
