/************** COLORS USED *********************/
/** #100E59	-	Dark Blue **/
/**	#CCCCFF	-	Light Periwinkle **/
/**	#0061B5 - 	Brighter blue **/
/** #2A5D91 - 	Medium Blue **/
/**	#D6D6D6 -	Grey **/
/** #769f25 -	Green **/
/** #d27c19 -	Orange **/
/************** END COLORS USED *********************/

/************** DEFAULTS **************/
body,td,th {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body {
	background: #6C6B6B url('../images/tile.gif') repeat;
}
a:link {
	color: #100E59;
	text-decoration: underline;
}
a:visited {
	color: #100E59;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration:none;
}
a:active {
	color: #100E59;
	text-decoration: underline;
}

img a,
a img { border: 2px solid #000;  }

img.noborder a,
a img.noborder { border: 0;  }

/************** END DEFAULTS **************/


/************** CLASSES **************/
.indent {
	padding-left: 108px;
}
.small {
	font-size: 80%;
}
.underline {
	text-decoration:underline;
}
.rightmargin {
	margin-right: 5px;
}
.large {
	font-size: 120%;
	padding:0px;
}
.lineheight{
	line-height: 140%;
}
.rightmargin{
	margin-right: 10px;
}
.rightmarginpad{
	margin-right: 10px;
	padding-bottom: 10px;
}
.leftmargin{
	margin-left: 10px;
}
.orange{
	color:#FF6600;
	font-weight:bold;
}
.blueoutline{
	border: 2px solid #100E59;
	padding: 5px;
	margin: 4px 0;
}
.clear_both {
	clear:both;
	max-height:1px;
}
.link a{
	text-decoration: none;
	color: #0061B5;
	font-size: 18px;
	font-weight: bold;
	margin-top:0px;
}
.link img a{
	border: 0px;
}
/************** END CLASSES **************/

/************** STRUCTURAL ELEMENTS **************/
#container {
	margin:0px auto;
	text-align:center;
    background: #FFF;
	border: 3px solid #100E59;
	width:950px;
}
#box {
	width:820px;
	background:#D6D6D6;
	color:#100E59;
	border: 2px solid #100E59;
	padding: 5px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 95%;
}
#resourcebox {
	float:right;
	width:520px;
	background-color:#CCCCFF;
	border: 1px solid #000;
	padding: 10px;
}
	#resourcebox p {
		margin: 5px 0px 5px 15px;
	}

#dvds { min-height: 401px; }

#nsasv { min-height: 185px; }


/************** END STRUCTURAL ELEMENTS **************/

/************** HEADER **************/

#header {
	width: 100%;
	height: 156px;
	background: #B2C5D6 url('../images/header.jpg') top left repeat-x
}

/************** END HEADER **************/

/************** NAVIGATION **************/
#nav {
	height:26px;
	background: #100E59	;
	clear: both;
}

	#nav ul {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		margin-left: 0px;
		background: #100E59	;
		color: #D6D6D6;
		float: left;
		width: 100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size:120%;
		font-weight: bold;
		letter-spacing: 1px;
	}

	#nav ul li { 
		display: inline; 
	}

	#nav ul li a {
		height:22px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top:5px;
		padding-bottom:0px;
		padding-left:5px;
		padding-right:4px;
		background: #100E59;
		color: #D6D6D6;
		text-decoration: none;
		float: left;
		border-right: 1px solid #fff;
	}

	#nav ul li a:hover {
		background: #769f25;
		color: #100E59;
	}
/************** END NAVIGATION **************/


/************** CONTENT **************/
#content {
	float:left;
	width: 920px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	line-height:150%;
	background: #FFF;
	text-align: left;
	margin-bottom: 10px;
}
	#content h1 {
		font-size: 26px;
		margin-top: 0px;
	}
	#content h2 {
		font-size: 20px;
		margin-top: 10px;
	}
	#content h3 {
		font-size: 16px;
		margin-bottom: -15px;
		color: #100E59;
		margin-top: 15px;
	}
	#content h4 {
		font-size: 20px;
		margin:0px;
		color: #100E59;
	}
	#content p {
		color: #000;
		padding-right: 20px;
		font-size: 14px;
		letter-spacing: 1px;
	}
	#content ul {

	}
	
	html>body li {
		margin: 0 0 0 20px;
	}
	
	li { margin: 0 0 0 15px; }
	
/************** END CONTENT **************/
/** RIGHT MARGINED PHOTOS **/
#photo {
	float:right;
	width:200px;
	height:100%;
	padding-bottom:50px;
	position:static;
}

/************** BOTTOM NAVIGATION **************/
#bottom_nav {
	clear: both;
	text-align:center;
}
#bottom_nav a {
	color: #2A5D91;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	font-variant: small-caps;
	letter-spacing: 1px;
	text-decoration: none;
}
#bottom_nav a:hover {
		color: #000;
}
/************** END BOTTOM NAVIGATION **************/

/************** FOOTER **************/
#footer{
	clear: left;
	width: 100%;
	background: #d27c19;
	color: #000;
	text-align: center;
	font-size: 100%;
	font-variant:small-caps;
	padding-top: 1px;
	padding-bottom: 1px;
	}
/************** END FOOTER **************/

/************** ETERNITY FOOTER **************/
#eternity{
	clear: left;
	margin-top: 10px;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 110%;
	font-variant:small-caps;
	}
	#eternity a:{
		color: #100E59;
	}
	#eternity a:hover{
		color: #000;
	}
/************** ETERNITY FOOTER **************/

.order_table td{
	border:none;
	text-align:left;
	vertical-align:top;
}
.order_table td .section_title{
	text-align:left;
	font-size:large;
	font-weight:bold;
	background-color:#DDF;
}
.order_table .price{
	text-align:right;
}
.order_table .desc{
	text-align:right;
}
.section_title{
	text-align:left;
	font-size:large;
	font-weight:bold;
	background-color:#DDF;
	padding:0 0 0 8px;
}
.title{
	vertical-align:top;
	text-align:right;
}
.field{
	vertical-align:top;
	text-align:left;
}
.order_table .title{
	text-align:right;
}
.order_table .field{
	text-align:left;
}
#fax_order {
	margin:20px 20px 20px 20px;
	text-align:left;
}
#submit_div {
	text-align:center;
}

#nsasv { width: 906px; } 

.imageright {
	float: right;
	text-align: center;
}

.imageright a { text-decoration: none; }

.imageright a span { text-decoration: underline; }

