/*  
Style Name: nbdocshred.com
*/



/* Begin Typography & Colors */

body {
	margin: 0 0 0 0;
	padding: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-position: fixed;
	background: #2A4782 url('images/background.jpg') repeat-y 50% 0;
	color: #333;
	text-align: center;
	}

#page {
	background: #2A4782 url(images/page_background.jpg) repeat-y 50% 0;
	width: 760px;
	margin: 0 auto;
	margin-bottom: 0;
	height:100%;
}

#menu {
	background-color: #3660B6;
	text-align: center;
	color: #99C8F3;
	width: 760px;
	height: 40px;
	padding: 5px 0 0 0;
}

#menu a {
    color: #99C8F3;
    text-decoration: none;
    font-size: 0.6em;
}

#menu a:hover {
    color: #FFF;
}

#ins {
	width: 200px;
	height: 93px;
	color: #CCCC99;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	float: left;
	}
	
#logo {
	position:absolute;
	background: #2A4782 url(images/logo_top.jpg) no-repeat;
	width: 760px;
	height: 93px;
	}
	
#address {
	background: #2A4782;
	width: 208px;
	height: 93px;
	color: #CCCC99;
	font-weight: bold;
	font-family: Arial, Sans-Serif;
	float: right;
	}

#main {
	width: 760px;
	height: 374px;
	padding-top: 93px;
	}

#sidebar {
	background: #35675B url(images/green_fade.gif) no-repeat;
	width:199px;
	height:205px;
	float:left;
	text-decoration:none;
	text-align:left;
	}
	
.sidebar {
	text-align:left;
	font-size: .8em;
	color: #CCCC99;
	}
	
.sidebar_small {
	text-align:left;
	font-size: .6em;
	color: #CCCC99;
	}
	
#content {
	background: #2A4782 url(images/large_blue_fade.gif) no-repeat;
	float: left;
	color: #FFF;
	width: 561px;
	text-decoration: none;
	text-align:left;
}
	
#content_medium {
	background: #2A4782 url(images/large_blue_fade.gif) no-repeat;
	float: left;
	color: #FFF;
	width: 360px;
	text-decoration: none;
	text-align:left;
}

#content_narrow {
	background: #2A4782 url(images/small_blue_fade.gif) no-repeat;
	float: left;
	color: #FFF;
	width: 201px;
	text-decoration: none;
	text-align:left;
}

.content {
	text-align:left;
	font-size: .7em;
	color: #FFF;
	}
	
.content a {
	text-align: right
	font-size: 1em;
	font-style: italic;
	color: #99CCFF;
	}

.content a:hover {
	text-align:right;
	font-size: 1em;
	font-style: italic;
	color: #FFF;
	}

.content img {
	padding: 0 10px 0 10px;
	}

#sidebar_logos {
	width:180px;
	float:left;
	padding: 0 5px 5px 5px;
	margin-top:-70px;
	}

#footer {
	border: none;
	}

h1, h2, h3 {
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	color: #CCCC99;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2 a, h3 a {
	color: #619781;
	}
	
h2 a:hover, h2 a:visited, h3 a:hover, h3 a:visited {
	color: #66CC99;
	}

a {
	color: #99C8F3;
	text-decoration: none;
	}

a:hover {
	color: #FFF;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */


#footer {
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 700px;
	clear: both;
	}

#footer p {
	margin: 0 0 0 0;
	padding: 20px 20px 10px 0;
	text-align: right;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0 0 0 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 */