@charset "UTF-8";

/* CSS Style � Rick Gerard, 2009 */
/* Master Reset (clears default styles) ========================*/

p {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

img {border:none;}

ol {
	list-style-type: none;
	margin: 0;
	font-size: 0.9em;
	padding: 0px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	font-size: 1.1em;
}


/* Master Positioning and backgrounds ==================*/

body {
	padding: 0;
	margin: 0;
	text-align: center;
	color: #04080D;
	background-color: #060D1C;
}

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.9em;
	background-color: #E9EEF1;
}

/* Main Navigation and Link styles ======================*/

#nav {
	height: 47px;
	background-image: url(../images/navBG.png);
	background-repeat: repeat-x;
}

#nav h1 {
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	position: relative;
	top: -2px;
	text-transform: uppercase;
	text-align: center;
}

#nav img {
	top: 8px;
	position: relative;
	margin-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#nav a:link {
	text-decoration: none;
	color: #060D1C;
}

#nav a:visited {
	text-decoration: none;
	color: #060D1C;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline overline;
	color: #04080D;
}

#nav a:active {
	text-decoration: underline overline;
	color: #04080D;
}


#nav img a {
	border: none;
}

#nav a.current {
	text-decoration: underline overline;
	cursor: default;
	}

/* Main content position, typography, and colors  =======================*/

#content {
	background-image: url(../images/Template.jpg);
	background-repeat: repeat-x;
	background-color: #00548A;
	color: #04080D;
	padding: 0 0 10px 0;
}

#header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	text-align: right;
	padding: 0 20px;
	background-color: #FFFFFF;
}

#masthead {
	position: relative;
	height: 60px;
}

#sidebar {
	width: 180px;
	float: right;
	line-height: 1.2em;
	background-color: #E9EEF1;
	border: 1px solid #535E67;
	text-indent: 0px;
	font-size: 0.85em;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px;
	padding-right: 25;
	padding-bottom: 15px;
	padding-left: 15;
	clear: none;
	margin-left: 10px;
	margin-right: 20px;
}

#sidebar img {
	margin-top: 0;
	margin-right: 9px;
	margin-bottom: 0;
	}

#fullpage {
	float: left;
	width:840px;
	position:relative;
	padding: 10px 0;
	margin: 30px 30px 0;
	border-top: 5px solid #F6AE01;
	border-bottom: 5px solid #F6AE01;
	background-color: #F8FCFF;
	border-right: 1px solid #060D1C;
	border-left: 1px solid #060D1C;
}

#fullpage p {
}

#fullpage table {
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	}

#fullpage a:link {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline blink;
	}
 
#fullpage a:visited {
	color: #0000FF;
	font-weight: bold;
	text-decoration: underline blink;
	}
 
 /* Column positioning and typography ================================= */

#column1 {
	color:#FFFFFF;
	float:left;
	width:300px;
	position:relative;
	padding: 45px 0;
}

#column1 p {
	text-indent: 20px;
}

#column2 {
	float: left;
	width:630px;
	position:relative;
	background-image: url(../images/container-bg.png);
	border-top: 5px solid #F6AE01;
	border-bottom: 5px solid #F6AE01;
	background-color: #F8FCFF;
	border-right: 1px solid #060D1C;
	border-left: 1px solid #060D1C;
	text-indent: 20px;
	margin: 10px;
}

#column2 p {
	text-indent: 20px;
	margin: 10px;
}


#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75em;
	text-align: center;
}

/* Special formatting  ========================== */

#contactform {
	background-color: #E9EEF1;
	padding: 20px;
	margin: 20px;
	text-align: right;
	border: 1px solid #060D1C;
	font-size: .8em;
}

#testimonies {
	font-size: 0.9em;
	background-color: #E9EEF1;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #002032;
}

#testimonies p {
	padding-top: 2px;
	padding-bottom: 2px;
}


#boylist ol {
	list-style-type: decimal;
	margin: 15px;
	list-style-position: inside;
}

#boylist li {
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
}

/* Master Typography ==================== */

p {
	padding: .3em 20px;
}

h1, h2, h3, h4, h5, h6 {
	padding: .2em 20px;
}

li {
	padding: .4em 20px;
}

#noindent p {
	text-indent: 0px;
}


/* Master Links ===================*/

a:link {
	text-decoration: none;
	font-weight: normal;
	color: #04080D;
}

a:visited {
	text-decoration: none;
	text-decoration: none;
	color: #060D1C;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}


img a {
	border: none;
} 

/* Hacks =============================== */

.clear {
	clear: both;
}
.video {
	text-align: center;
}


/* Styles ==============================*/

.style1 {
	font-weight: bold;
	font-style: italic;
}

.style2 {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

.style3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.style4 {
	font-size: 14px;
	font-weight: bold;
}

.style5 {
	font-size: 12px
}

.style10 {
	font-size: 15px; font-weight: bold; color: #000000;
}

.style11 {
	color: #FF0000
}

.style15 {
	font-size: 1em;
	font-weight: bold;
	color: #0000FF;
	padding: 0 10px;
}

.style16 {
	font-size: 1.2em
}

.style21 {
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
}

.style22 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	padding: 0 10px;
}

/* Popup Styles ======================= */
.dragme { cursor: move }
