/* CSS Document */
/* Strip Native Browser Styles; Set Global Colors & Text */
* {
	margin:0px;
	padding:0px;
}


body {
	margin:0px 0px 40px 0px;
	background:url(images/alpha-services-offshore-belize-bg.gif) repeat-x 0 0;
	background-color:#491e1e;
	color:#454545;
	font:10px Arial, Helvetica, sans-serif;
}


/* Box Model Overflow Fix */
.wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.wrapper {display: inline-block;}
/* Hides Box Model Fix from IE-mac \*/
* html .wrapper {height: 1%;}
.wrapper {display: block;}
/* End hide from IE-mac */
/* End of Box Model Overflow Fix*/


/* Center Page Content */
#homeheader, #header, div.container, #contentcontainer, #footer, #bottomlinks {
	margin:0px auto;
}
div.container {
	width:780px;
	padding:0px;
	background:url(images/alpha-services-content-bg.png) repeat-y;
}
#header {
	background:url(images/alpha-services-header-bg.gif) no-repeat -10px 0px;
}
#headline {
 	margin-top:30px;
}
#maincontent {
	margin:20px;
}
#menucontainer {
	padding-top:80px;
}
#mainnav {
	list-style:none;
}
#mainnav a:link, #mainnav a:visited {
	display:block;
	padding:5px 10px;
	color:#999999;
	font-size:1.3em;
	text-align:right;
	font-family:'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	background:url(../images/dots.gif) repeat-x bottom;
	background-color:#26282a;
}
#mainnav a:hover, #mainnav a:active {
	color:#ffffff;
	background-color:#484a4c;
}
#sidecontent {
	background-color:#26282a;
}
#footer .footercontent {
	padding:9px 20px 11px;
	color:#ffffff;
}
#footer .footerbg {
	background:url(images/alpha-services-footer-bg.gif) no-repeat 0 0;
}

#footer a:link {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
div.left {
	float:left;
	width:40%;
}
div.right {
	float:right;
	width:40%;
	text-align:right;
}
h1 {
	font-size:2.6em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-weight:bold;
	padding:0px 15px 10px 0px;
}
h2 {
	font-size:1.6em;
	padding-bottom:3px;
	font-family:'Lucida Sans Unicode',Arial, Helvetica, sans-serif;
	border-bottom:2px solid #491e1e;
	color:#666666;
	font-weight:normal;
}
h3 {
	font-size:1.3em;
	padding:15px 0px 3px 0px;
	margin:0px 0px 0px 40px;
	font-family:'Lucida Sans Unicode',Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:normal;
}
h4 {
	font-size:1.8em;
	padding-bottom:5px;
	font-family:'Lucida Sans Unicode',Arial, Helvetica, sans-serif;
	color:#491e1e;
	font-weight:normal;
	text-align:center;
}
h5 {
	font-weight:bold;
	text-align:center;
	font-size:1.1em;
}
p {
	font-size:1.1em;
	line-height:1.4em;
	padding:5px 0px;
}
p.first {
	font-size:1.1em;
	line-height:1.4em;
	padding:14px 0px 5px 0px;
}
p.last {
	font-size:1.1em;
	line-height:1.4em;
	padding:5px 0px 35px 0px;
}
p.single {
	font-size:1.1em;
	line-height:1.4em;
	padding:14px 0px 35px 0px;
}
p.indented {
	font-size:1.1em;
	line-height:1.4em;
	padding:5px 0px 5px 40px;
}

ul.services, ol {
	padding:10px 0px 10px 50px;
	font-size:1.1em;
}
ul.last {
	margin-bottom:20px;
	font-size:1.1em;
}
ol.last {
	margin-bottom:20px;
	font-size:1.1em;
}
#downloads {
	margin-top:20px;
}
#downloads td {
	padding:4px;
}
#downloads a:link, #downloads a:visited {
	vertical-align:middle;
	font-weight:bold;
	text-decoration:none;
	color:#454545;
}
#downloads a:hover, #downloads a:active {
	text-decoration:underline;
}
#bottomlinks .links {
	color:#ffffff;
	padding:4px 0px;
}
#bottomlinks .links a:link, #bottomlinks .links a:visited {
	color:#ffffff;
	padding:6px 3px;
	text-decoration:none;
	font-weight:bold;
} 
#bottomlinks .links a:hover, #bottomlinks .links a:active {
	text-decoration:underline;
} 
#fees {
	margin:5px 0px 30px 0px;
}
#fees th{
	padding:4px;
	background-color:#491e1e;
	color:#ffffff;
	font-size:1.1em;
}
#fees td{
	padding:2px;
}
#schedulefees {
	margin:5px 0px 30px 0px;
}
#schedulefees th{
	padding:2px;
	text-align:left;
	font-weight:bold;
}
#schedulefees em {
	font-weight:normal;
	font-style:italic;
}
#schedulefees td{
	padding:2px;
	text-align:right;
}
#annualfees {
	margin:20px 0px 30px 0px;
}
#annualfees em {
	font-weight:normal;
	font-style:italic;
}
#annualfees sup {
	font-weight:normal;
}
#annualfees th{
	padding:2px;
	text-align:left;
	font-weight:bold;
}
#annualfees td{
	padding:2px;
	text-align:right;
}
img.right {
	float:right;
	margin:0px 0px 6px 6px;
	border:3px solid #cccc66;
}
img.left {
	float:left;
	margin:0px 6px 6px 0px;
	border:3px solid #cccc66;
}



/* Application Styles */

#application {
	margin:40px 0px;
}
#application input, #application textarea {
	font-size:1.0em;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
#application input.text {
	padding:1px;
	border:1px solid #999999;
	width:200px;
}
#application textarea {
	padding:1px;
	border:1px solid #999999;
	width:200px;
}
#application input.button {
	text-size:1.2em;
	font-weight:bold;
	width:200px;
	color:#491e1e;
	padding:4px;
}
#application fieldset {
	margin: 0px 0px;
	font-size:1.1em;
	border:none;
	padding-bottom:30px;
	background:url(images/dotted.gif) repeat-x bottom;
}
#application legend {
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0px;
	color:#491e1e;
}
#application td {
	padding:2px;
}
#application em {
	font-size:0.9em;
	font-weight:bold;
}



#contact label {
	display:block;
	font-size:1.1em;
	font-weight:bold;
}
#contact input.text {
	padding:1px;
	border:1px solid #999999;
	width:200px;
	margin:2px 0px 10px 0px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif
}
#contact textarea {
	padding:1px;
	border:1px solid #999999;
	width:340px;
	margin:2px 0px 10px 0px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif
}
#contact input.button {
	text-size:1.1em;
	font-weight:bold;
	width:100px;
	color:#491e1e;
	padding:2px;
}