/*  
Theme Name: Net Elevation Template
Theme URI: http://www.netelevation.com/
Description: Custom Theme by Net Elevation
Version: 1.0
Author: Net Elevation
Author URI: http://www.netelevation.com/
*/


/***** Global Settings *****/

html,
 body {
	border:0;
	margin:0;
	padding:0;
}

body {
	font:83%/1.5em Tahoma, Geneva, sans-serif;
}

/***** Headings *****/

h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	color:#44409c;
	font-family:"Times New Roman", Times, serif;
}

h1 {
	font-size:2.2em; font-family: Arial, Helvetica, sans-serif;
}

h2 {
	padding:0 0 5px 0;
	font-size:1.8em;
	line-height:1em;
}

h3 {
	font-size:1.4em;
	font-weight:bold;
	line-height:1.25em;
	margin-bottom:5px;
}

h4 {
	font-size:1.1em;
	line-height:1.25em;
	padding-bottom:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

h5 {
	font-size:12px;
	font-weight:bold;
	text-transform:none;
}

/***** Common Formatting *****/

p,
 ul,
 ol {
	margin:0;
	padding:0 0 .75em 0;
}

ul {
	padding:0 0 1.25em 0;
	list-style:square;
	list-style-position:inside;
}
ol { list-style-position:inside; }

li {
	padding-left:5px;
}

blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}

small {
	font-size:0.85em;
}

img {
	border:0;
}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

acronym,
 abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/***** Links *****/

a,
 a:link,
 a:visited {
	text-decoration:none;
	color:#674bbc;
}

:focus {
	outline: 0;
}

/***** Forms *****/
form {
	margin:0;
	padding:0;
}

input,
 select,
 textarea {
	font:1em Arial, Helvetica, sans-serif;
}

textarea {
	width:100%;
	line-height:1.25;
}

label {
	cursor:pointer;
}

/***** Tables *****/

table {
	border:0;
	margin:0;
	padding:0;
}

table tr td {
	padding:2px;
}

/***** Site specific styles *****/

body {
	/*background:#004284;*/
   background: #907AAC;
	margin: auto 0;
}

#container {
	width:800px;
	margin:0px auto;
	background: #ffffff;
	position:relative;
	border: 1px solid #333;
}

#header {
	height:111px;
	position:relative;
	background:#FFF url(/images/head_gradient.gif) top right repeat-y;
}

#header #logo {
	height:85px;
	width:283px;
	float:left;
}

#topnav {
	position:absolute;
	top:10px;
	right:18px;
	color:#333;
}

#topnav a {
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
}

#nav {
	margin:0;
	position:absolute;
	bottom:0;
	right:18px;
}

#nav a {
	line-height:33px;
	height:33px;
	display:inline-block;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	background-color:#FFF;
	padding:0 12px;
	color:#666;
}

#nav a.first {
	background:#FFF url(/images/tab_left.gif) top left no-repeat;
	margin-left:4px;
}

#nav a.last {
	background:#FFF url(/images/tab_right.gif) top right no-repeat;
}

#nav a:hover {
	text-decoration:none;
	background-color:#ACAAD3;
	color:#FFF;
}

#subheader {
	height:85px;
	position:relative;
	background:#44409c url(/images/subhead_gradient.gif) top left repeat-x;
}

#home #subheader {
	height:196px;
}

#subheader img {
	float:right;
}

#subheader h1 {
	line-height:1em;
	color:#fff;
	margin-left:18px;
	padding-top:9px;
}

#home #subheader h1 {
	padding-top:14px;
}

#subheader h2 {
	color:#fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	margin:10px 0 0 18px;
}

#subheader #postits {
	position:absolute;
	left:18px;
	top:126px;
}

#subheader #postits img {
	float:right;
	margin-left:16px;
}

#content {
	background:url(/images/shadow.gif) top left repeat-x;
	padding-top:0;
}

#home #content {
	padding-top:36px;
}

#main {
	width:472px;
	float:left;
	margin:20px 0 0 18px;
	display:inline;
}

#main-full {
	width:764px;
	float:left;
	margin:20px 18px 0 18px;
	display:inline;
}

#highlights {
	border-top:3px solid #ddd;
}

#highlights h4 {
	text-transform:uppercase;
	margin:0;
	padding:0;
	font-size:13px;
}

#highlights div.block {
	width:220px;
	float:left;
	margin-top:15px;
}

#highlights img {
	margin:0 auto;
}

#highlights div.right {
	float:right;
}

#highlights div.block a {
	display:block;
	text-align:right;
	font-weight:bold;
	color:#ae1006;
}

#sidebar {
	width:241px;
	float:right;
	clear:none;
	display:inline;
	font-size:12px;
	color:#227cc5;
	margin:20px 18px 0 0;
	background:url(/images/box.gif) top left no-repeat;
}

#sidewrap {
	background:url(/images/box.gif) bottom left no-repeat;
	margin-top:10px;
	padding:0 15px 10px;
}

#sidebar p,
 #sidebar h2,
 #sidebar h3 {
	padding:0 0 5px 0;
}

#footer {
	clear:both;
	background: #d9d6de url(/images/footer.gif) top left repeat-x;
	color:#666;
	font-size:11px;
	text-align:center;
	padding-top:15px;
	margin-top:15px;
}

#footer a {
	color:#004284;
}

img.right {
	clear:none;
	float:right;
	margin:0 0 10px 10px;
}

img.left {
	clear:none;
	float:left;
	margin:0 10px 10px 0;
}

.caption {
	font-size:11px;
}

        
/* KEEP THIS IN ALL CSS, so that customers can use the alignment features when adding images. */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
