/*
Theme Name: ANROSP
Theme URI: 
Description: The default ANROSP theme.
Version: 1.0
Author: Dennis Keefer
Author URI: 
Tags: 

*/



/* Begin Typography & Colors */

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	background: #0d4b61;
	padding: 0;
	margin: 0;
}

body, td {
	color: #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #1885ad;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	line-height: normal;
	font-weight: 100;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 100;
	font-size: 24px;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
}

h2 {
	font-size: 20px;
	color: #fff;
}

h3 {
	color: #0d4b61;
	font-size: 16px;
	margin: 0;
	padding: 15px 0px 0px 0px;
}

h4 {
}

h5 {
}

/* General Use Classes */
.text-10 { font-size: 10px; }
.text-11 { font-size: 11px; }
.text-12 { font-size: 12px; }
.text-13 { font-size: 13px; }
.text-14 { font-size: 14px; }
.text-15 { font-size: 15px; }
.text-16 { font-size: 16px; }
.text-17 { font-size: 17px; }
.text-18 { font-size: 18px; }
.text-19 { font-size: 19px; }
.text-20 { font-size: 20px; }
.text-black, .text-black a { color: #000; }
.text-white, .text-white a { color: #fff; }
.text-grey, .text-grey a { color: #333; }
.text-drk-blue, .text-drk-blue a { color: #0d4b61; }
.text-lgt-blue, .text-lgt-blue { color: #1885ad; }
.text-red, .text-red a { color: #ad182d; }
.text-green, .text-green a { color: #528912; }
.text-georgia, .text-georgia a { font-family: Georgia, "Times New Roman", Times, serif; }
.text-arial, .text-arial a { font-family: Arial, Helvetica, sans-serif; }

.black { background-color: #000; }
.white { background-color: #fff; }
.grey { background-color: #333; }
.blue { background-color: #7dbbd1; }
.drk-blue { background-color: #0d4b61; }
.lgt-blue { background-color: #1885ad; }
.red { background-color: #ad182d; }
.green { background-color: #528912; }


/* Main Template Settings */

#header {
	width: 990px;
	height: 106px;
	margin: 0 auto;
	background: #fff;
}

#header img {
	margin: 20px 0px 0px 20px;
}

#nav {
	float: right;
	margin: 70px 40px 0px 0px;
	font-size: 18px;
	color: #1885ad;
}

#nav a {
	color: #1885ad;
	text-decoration: none;
}

#nav a:hover {
	color: #0d4b61;
	text-decoration: none;
}

.nav-selected, .nav-selected a {
	color: #0d4b61;
}

#main-content {
	width: 990px;
	min-height: 500px;
	height: auto; !important
	height: 500px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	overflow: auto;
}

#content-left {
	width: 533px;
	padding: 20px;
	background: #fff;
	//float: left;
}

#content-right {
	width: 417px;
	float: right;
	margin: -46px 0px 0px 0px;
}

#content-right h3 {
	font-size: 20px;
}

#content-right-content {
	text-align: right;
	padding: 20px;
	text-align: right;
}

#footer {
	width: 990px;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	text-align: right;
	color: #fff;
	font-size: 12px;
}

.page-title {
	width: 970px;
	height: 37px;
	margin: 0;
	padding: 9px 0px 0px 20px;
	background: #1885ad;
}

.captian {
	width: 397px;
	padding: 10px;
	color: #fff;
	font-size: 13px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #528912;
	text-align: left;
	margin: 4px 0px 0px 0px;
}

/* Home Page */

#home-bottom {
	width: 990px;
	margin: 0px 0px 0px 0px;
}

#home-bottom td {
	padding: 20px;
	vertical-align: top;
	width: 33%;
}

#home-bottom td ul {
	list-style: none;
}

#home-bottom td ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#home-slideshow-container {
	float: right;
	height: 350px;
	width: 647px;
	overflow: hidden;
}

#home-slideshow-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#home-slideshow-container ul li {
	list-style: none;
	width: 647px;
	height: 350px;
	margin: 0;
	padding: 0;
}