/* Style all links */

h1 {
	margin-bottom: 10px;
	margin-top: 10px;
}
p {
	margin-bottom: 10px}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:link {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #333333;
}


body {
	background-color: #1A2541;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/* = Main Navigation */
#nav_main {
	height: 130px;
	clear: both;
	background-image: url(../images/layout/bg_GreyFade.jpg);
	background-repeat: repeat-x;
}
#nav_main ul {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav_main li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#nav_main a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	letter-spacing: 0.15em;
}
#nav_main #logo {
	clear: both;
	width: 100%;
	height: 56px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
/* = Sub Navigaiton */
#nav_sub {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	overflow: hidden;
	clear: both;
	height: 60px;
	background-color: #333333;
}
#nav_sub img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	float: left;
	padding-right: 10px;
}
#nav_sub span {
	display: block;
	padding-top: 4px;
	padding-bottom: 8px;
	float: left;
	clear: both;
}


#nav_sub ul{
	padding: 0px;
	margin: 0px;
	float: left;
}
#nav_sub ul, #nav_sub li {
	display: inline;
	float: left;
}
#nav_sub li {
	padding-top: 1em;
	padding-left: 1.5em;
	float: left;
}

#nav_sub a {
	font-family: Arial, Helvetica, sans-serif;
	color: #AFC3CA;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	margin-left: 0.5em;
	letter-spacing: 0.1em;
	padding: 1em;
}
#container #nav_sub #worldMap {
	margin-right: 20px;
	height: 38px;
	width: 72px;
	float: right;
}
#media {
	clear: both;
	overflow: hidden;
}

#companyInfo {
	height: 60px;
	background-color: #fbfeed;
	border-bottom-color: #999999;
}
#companyInfo li {
	display: inline;
	margin-left: 1.5em;
	margin-top: .2em;
	float: left;
}
#companyInfo img {
	float: left;
	margin-right: 10px;
	margin-top: .6em;
}
#companyInfo a{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration: none;
}
#companyInfo a:hover{
	color: #C9C9D7
}
#companyInfo span {
	color: #144379;
	display: block;
	margin-left: 10px;
	font-size: 9px;
}

/* = Content */
#content {
	background-color: #FFFFFF;
	padding-left: 1.5em;
	//overflow: hidden;
	height: 100%;
	padding-right: 1.5em;
}
#content #content_main {
	margin-bottom: 20px;
	margin-top: 1em;
}
#content #content_main #contentMainCopy {
	//width: 60%;
	//float: left;
}
#container #content #content_main .listBox li {
	list-style-image: url(../images/icons/coachWheel.jpg);
	list-style-type: circle;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-left: 5px;
	clear: both;
}
#container #content #content_main .listBox span {
	vertical-align: middle;
	display: block;
	padding-left: 20px;
}


#content #content_sub {
	//width: 34%;
	float: right;
	//overflow: hidden;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #AFC3CA;
	//height: 300px;
	background-color: #999999;
	margin-right: -20px;
	margin-top: -12px;
}
#content #content_sub #Featured .FeaturedBox {
	padding: 1em;
}
#content #content_sub #Featured img {
	padding-bottom: 10px;
}


#content #content_sub #Featured #FeaturedNews {
	background-color: #333333;
}
#content #content_sub #Featured #FeaturedTours {
	background-color: #666666;
}
#content #content_sub #Featured #FeaturedCalendar {
	background-color: #999999;
}
#content #content_sub #Featured li {
	list-style-type: none;
	background-repeat: no-repeat;
	padding-right: 3px;
	padding-left: 3px;
}
#content_sub #Featured li a {
	color: #AFC3CA;
	font-size: 12px;
}
#content #content_sub #Featured span {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#content #content_sub img {
	vertical-align: bottom;
}
#content #content_sub newspost {
	margin-top: 5px 0 5px 0;
}

/* = Site Info */
#site_info {
	background-color: #131b30;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
}
#site_info ul {
	margin: 0px;
	padding: 0px;
}
#site_info ul, #site_info li {
	display: inline;
}
#site_info a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	padding: 4px;
	text-decoration: none;
}
#site_info a:hover {
	font-weight: bold;
}

/* = Form Styles */
label, label span {
	display: block;
	padding-bottom: .4em;
}
label {
	float: left;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336699;
}
label span {
	float: left;
	width: 30%;
	text-align: right;
}
fieldset input {
	width: 40%;
	border: 1px solid #336699;
	margin-left: 30px;
}
fieldset input:hover {
	border: 1px solid #333333;
}
fieldset input:active, input:focus {
	border: 1px solid #990000;
}
fieldset {
	background-color: #FBFEED;
	border: 1px solid #336699;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 10px;
	width: 94%;
}
fieldset textarea, fieldset select {

	width: 30%;
	border: 1px solid #336699;
	margin-left: 30px;
}
fieldset .radioSpan {
	width: 230px;
}
fieldset .radio {
	padding: 0px;
	height: 20px;
	width: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

