/* CSS Document */

body {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	background-color: #E8EAE4;
}

#fullwidth {
	width:100%; 
	margin:0; 
	position:relative;
	background-color: #000000;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 7px;
}

#header {
	width: 960px;
	background-repeat: no-repeat;
	height: 128px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	width: 299px;
	float: left;
}

#motto {
	width: 661px;
	float: left;
	font-weight: bold;
}

#wrapper {
	width: 961px;
	background-color: #000000;
	color: inherit;
	margin-left: auto;
	margin-right: auto;
}

#content {
	width: 905px;
	background-color: #E4E7E2;
	float: left;
	border: solid #000000 8px;
	padding: 20px 20px 30px 20px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.4em;
}

#content h2, h3 {
	color: #00007E;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

#pullquote {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	margin-top: -20px;	
}

#top_menu {
	background-color: inherit;
	padding: 20px 0 4px 0;
}

#top_menu ul {
	margin: 0;
	text-align: right;
}

#top_menu li {
	display: inline;
	list-style: none;
	padding: 20px 0 4px 26px;
}

#top_menu a:link, #top_menu a:visited {
	color: #00BC00;
	background-color: inherit;
	text-decoration: none;
	padding: 4px 4px 6px 6px;
}	

#top_menu a:hover, #top_menu a:active {
	color: inherit;
	text-decoration: none;
}

form, button {
	border:0; 
	margin:0; 
	padding:0;
}

.spacer {
	clear:both; 
	height:1px;
}
	
#submitbutton 	{
	clear:both;
	margin-left:140px;
	width: 220px;
	height:31px;
	text-align:center;
	line-height:31px;
	font-size:11px;
	font-weight:bold;
	background-color: #66FF33;
	background-image: url(../images/button.gif) no-repeat;
}

.myform {
	margin:0 auto;
	width:800px;
	padding:14px;
}

#stylized {
	background-color: #CED1CF;
}

#stylized h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;
}

#stylized p {
	font-size:13px;
	color:#000000;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}

#stylized label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

#stylized .small {
	color:#000000;
	display:block;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

#stylized input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}

#stylized textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}

#stylized button {
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(img/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

#intro {
	float: right;
	width: 630px;
	margin: 0 0 5px;
	padding: 0;
	line-height: 1.4em;
	text-align: left;
	color: #3A1410;
	font-size: 0.8em;
	padding-top: 20px;
}

#intro a:link {
	color: #642823;
	text-decoration: none;
	font-weight: bold;
}

.heading {
	color: #F87D34;
	font-weight: bold;	
}

#credentials {
	float: right;
	width: 630px;
	margin: 0 0 5px;
	padding: 0;
	line-height: 1.9em;
	text-align: left;
	color: #3A1410;
	font-size: 0.8em;
	padding-top: 20px;
}

#rightside {
	float: right;
	width: 310px;
 }

#rightside h1 {
	color: #3A1410;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
}

#rightside p {
	color: #3A1410;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
}

#portfolio  {
	text-align: center;
}
	
#pagination li { 
	font-size: 0.9em;
	display:block;
	list-style:none; 
	float:left; 
}

#pagination a { 
	font-size: inherit;
	padding:0;
	margin:0;
}

#pagination .next-off, #pagination .previous-off { 
	color:#E4E7E2; 
	float:left; 
	font-weight:bold; 
 }	

#pagination .next a, #pagination .previous a { 
	border:none; 
	font-weight:bold; 
}	

#pagination a:link, #pagination a:visited { 
	color:#0066CC;
	font-size: inherit;
	text-decoration:none; 
}

#pagination a:active { 
	color:#0066CC;
	font-weight:bold;
	font-size: inherit;
	text-decoration:none; 
}

#pagination a:hover { 
	text-decoration:none;
	font-size: inherit;
	text-decoration:none;
	color:#003366;  
}

#contact_form {
	float: left;
	padding: 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form form .input_field {
	width: 350px;
	padding: 5px 0;
	background: #494730;
	border: 1px solid #17160d;
}

#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 14px;
	color: #fff;
}

#contact_form form textarea {
	width: 350px;
	height: 200px;
	background: #494730;
	border: 1px solid #17160d;
}

#contact_form form .submit_btn {
	width: 102px;
	height: 32px;
	padding: 1px 0 5px 0;
	border: none;
	color: #333;
	cursor: pointer;
	background: url(images/templatemo_button.png) no-repeat;
}

#contact_form form .submit_btn:hover {
	color: #000;
	background: url(images/templatemo_button_hover.png) no-repeat;
}

#footer {
	color: #00BC00;
	font-size: 0.7em;
	text-align: left;
	clear: both;
	padding: 10px 10px 20px 30px;
}
