@charset "utf-8";
/*-------------------------------------------------
 Basic Stylesheet for SkiForce Website
 
 Version: 1.1
 Author: Stillwell Solutions
 E-mail: info@stillwell-solutions.com
 Website: www.stillwell-solutions.com
 
 Copyright 2008 Stillwell Solutions
 All rights reserved
 
 You can only use this code with permission from the author.
 --------------------------------------------------*/
 
/*Body Style - general body of the document----------------------------------*/
body{
background-color:#F0f0f0;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

/*Wrappers----------------------------------*/
#Wrapper{
width:1200px;
margin: 0 auto;
text-align:left;
}

#Top {
width:1200px;
height:390px;
background-image:url(../images/backgrounds/top.jpg);
background-repeat:no-repeat;
}

#LinksTop {
width:930px;
margin-left:134px;
padding-top:9px;
text-align:center;
z-index:1;
font-weight:bold;
}

#TopContent {
width:930px;
margin-left:134px;
padding-top:42px;
clear:both;
}

#MainContent {
width:930px;
margin-left:134px;
padding-top:10px;
clear:both;
}

#FooterContent {
width:930px;
margin-left:134px;
height:100px;
clear:both;
}

#FooterLogos {
width:936px;
height:49px;
padding-top:20px;
}

#CopyrightLeft {
width:400px;
margin-left:134px;
margin-top:30px;
height:50px;
float:left;
text-align:left;
}

#CopyrightRight {
width:400px;
margin-right:134px;
margin-top:30px;
height:50px;
float:right;
text-align:right;
}

#Middle {
width:1200px;
background-image:url(../images/backgrounds/middle.jpg);
background-repeat:repeat-y;
}

#LeftLinks {
float:left;
margin-left:18px;
margin-top:-60px;
}

#LeftLinksIndex {
float:left;
width:185px;
margin-left:18px;
margin-top:-60px;
background-color:#D10310;
padding:5px;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
border: solid 1px #FFF;
}

#RightContent {
width:690px;
float:right;
margin-left:20px;
text-align:left;
}

#bottom {
width:1200px;
height:250px;
background-image:url(../images/backgrounds/footer.jpg);
background-repeat:no-repeat;
}

/*Dividers----------------------------------*/
#RedLine {
height:2px;
background-color:#D10310;
margin-top:1px;
}


/*Links----------------------------------*/

a:link {
	color:#0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0080;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}

/*Very Top Links----------------------------------*/

.LinkTop {
float:right;
margin-top:8px;
width:240px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:13px;
}

.LinkTop a:link    {font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:13px; text-decoration:none;}
.LinkTop a:visited {font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:13px; text-decoration:none;}
.LinkTop a:hover   {font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:13px; text-decoration:underline;}
.LinkTop a:active  {font-family:Arial, Helvetica, sans-serif; color:#FFFFFF; font-size:13px; text-decoration:none;}

/*Logo----------------------------------*/
#logo{
float:left;
width:234px;
height:71px;
position:relative;
padding-bottom:10px;
}

#GapForce {
	width:120px;
	height:35px;
	float:right;
	position:absolute;
	left: 708px;
	top: -12px;
	z-index:1;
}

h1 {
background-image:url(../images/logos/medforcemain.jpg);
background-repeat:no-repeat;
text-indent:-9000px;
margin:0px;
width:234px;
height:71px;
}

h2 {
color:#D10310;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
padding-bottom:3px;
border-bottom: solid 2px #D10310;
margin-top:10px;
}

h3 {
color:#D10310;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
padding-bottom:3px;
margin-top:0px;
margin-bottom:0px;
}


#steth1 {
	position:absolute;
	width:336px;
	height:146px;
	background-image:url(../images/trans/stetshort.png);
	background-repeat:no-repeat;
	left: 642px;
	top: -165px;
	z-index:1;
	visibility: inherit;
}

#steth2 {
	position:absolute;
	width:249px;
	height:566px;
	background-image:url(../images/trans/stet1.png);
	background-repeat:no-repeat;
	left: 756px;
	top: -289px;
	z-index:1200;
	}


/*Content----------------------------------*/

.maintext {
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:13px;
line-height:18px;
margin-top:0px;
}

.image_right {
padding:10px;
border:solid 1px #f0f0f0;
margin-left:10px;
text-align:right;
float:right;
}

.image_tabbed {
padding-left:10px;
padding-top:10px;
padding-right:10px;
padding-bottom:10px;
background-color:#FFFFFF;
margin-left:15px;
}

.image_no_border {
border:none;
}

.copyright {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000;
margin:0px;
}

.copyright a:link    {color:#000000; text-decoration:underline;}
.copyright a:visited {color:#000000; text-decoration:underline;}
.copyright a:hover   {color:#D10310; text-decoration:underline;}
.copyright a:active  {color:#000000; text-decoration:underline;}

.toplinks {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000;
margin:0px;
}

.toplinks a:link    {color:#000000; text-decoration:none;}
.toplinks a:visited {color:#000000; text-decoration:none;}
.toplinks a:hover   {color:#D10310; text-decoration:underline;}
.toplinks a:active  {color:#000000; text-decoration:none;}

/*Banners----------------------------------*/
.banner {
width:930px;
height:200px;
clear:both;
text-indent:-9000px;
margin-top:1px;
margin-bottom:0px;
background-image:url(../images/banners/1.jpg);
background-repeat:no-repeat;
}

.breadcrumbs {
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
margin-top:8px;}

.breadcrumbs a:link     {color:#666666; text-decoration:none;}
.breadcrumbs a:visited  {color:#666666; text-decoration:none;}
.breadcrumbs a:hover    {color:#666666; text-decoration:underline;}
.breadcrumbs a:active   {color:#666666; text-decoration:none;}

/*Navigation----------------------------------*/
#Navigation {
margin-top:16px;
text-align:left;
height:25px;
clear:both;
background-color:#D10310;
position:relative;
font-weight:bold;
z-index:3;
}

#Navigation ul {
margin:0px;
padding: 0;
list-style: none;
width:930px;
float:left;
margin-right:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-transform:uppercase;

}

#Navigation ul li{
float:left;
}

#Navigation ul a{
display:block;
background-color:#D10310;
padding: 0 1.1em;
line-height:2.1em;
text-decoration:none;
color:#FFFFFF;
border-left:solid 1px #FFFFFF;
}

#Navigation ul a:hover {
color: #FFFFFF;
background-color:#939496;}

/*Bottom Navigation----------------------------------*/
#NavigationBottom {
margin-top:0px;
margin-bottom:12px;
text-align:right;
height:25px;
clear:both;
background-color:#D10310;
position:relative;
font-weight:bold;
}

#NavigationBottom ul {
margin:0px;
padding: 0;
list-style: none;
width:930px;
float:right;
margin-right:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-transform:uppercase;

}

#NavigationBottom ul li{
float:right;
}

#NavigationBottom ul a{
display:block;
background-color:#D10310;
padding: 0 1.5em;
line-height:2.1em;
text-decoration:none;
color:#FFFFFF;
border-left:solid 1px #FFFFFF;
}

#NavigationBottom ul a:hover {
color: #FFFFFF;
background-color:#939496;}

/*Side Navigation ----------------------------------*/
#NavLeft {
	border: solid 0px #FFF;
	}


#NavLeft ul {
	list-style-type: none;
	margin: 0px;
	padding: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:0px;
	margin-bottom:18px;
	margin-top:0px;
	background-color:#FFFFFF;
}

#NavLeft a {
	display: block;
	background-color:#D10310;
	color: #ffffff;
	width: 170px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:30px;
	text-decoration: none;
	border-bottom: solid 1px #FFFFFF;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
	height:20px;
}

#NavLeft a:hover {
	color:#FFF;
	background-color: #939496;
}




#NavLeft2 {
	border: solid 0px #FFF;
	}


#NavLeft2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:0px;
	margin-bottom:18px;
	margin-top:0px;
	background-color:#FFFFFF;
}

#NavLeft2 a {
	display: block;
	background-color:#D10310;
	color: #ffffff;
	width: 170px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:30px;
	text-decoration: none;
	border-bottom: solid 1px #FFFFFF;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
	height:20px;
}

#NavLeft2 a:hover {
	color:#FFF;
	background-color: #939496;
}



#NavLeft3 {
	border: solid 0px #FFF;
	}


#NavLeft3 ul {
	list-style-type: none;
	margin: 0px;
	padding: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:0px;
	margin-bottom:18px;
	margin-top:0px;
	background-color:#FFFFFF;
}

#NavLeft3 a {
	display: block;
	background-color:#D10310;
	color: #ffffff;
	width: 170px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:30px;
	text-decoration: none;
	border-bottom: solid 1px #FFFFFF;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
	height:20px;
}

#NavLeft3 a:hover {
	color:#FFF;
	background-color: #939496;
}

.ActiveStyle {
	background-color: #D10310;
}

.Header {
background-color:#999999; 
padding-top:5px; 
padding-left:15px; 
padding-bottom:5px; 
border-bottom:solid 1px #FFF; 
font-weight:bold; 
color:#FFFFFF;
}

#NavLeft4 {
	border: solid 0px #FFF;
	}


#NavLeft4 ul {
	list-style-type: none;
	margin: 0px;
	padding: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:0px;
	margin-bottom:18px;
	margin-top:0px;
	background-color:#FFFFFF;
}

#NavLeft4 a {
	display: block;
	background-color:#D10310;
	color: #ffffff;
	width: 170px;
	padding-top:5px;
	padding-bottom:2px;
	padding-left:30px;
	text-decoration: none;
	border-bottom: solid 1px #FFFFFF;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */
	height:20px;
}

#NavLeft3 a:hover {
	color:#FFF;
	background-color: #939496;
}

/*Forms -----------------------------------------*/

fieldset {
border:solid 0 transparent;
margin:5px;
padding:5px;
border: solid 1px #666666;
background: #fff;
margin-bottom:20px;
}

legend {
font-weight:bold;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
background-color:#666666;
padding:3px;
}

label {
display:block;
float:left;
width:140px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

input {
width:200px;
}

.required {
color:#FF0000;
font-size:9px;
}

.button {
width:60px;
margin-left:12px;
margin-top:20px;
}

.margin-form {
margin-bottom:20px;
}







#world_map {
	position: relative;
	margin-top: 1em;
	height: 365px;
	margin-left:00px;
	margin-bottom:35px;
}
#world_map div {
	position: absolute;
}
#world_map div a,#world_map div a:link,#world_map div a:visited {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
}
#world_map div a:hover {
	text-decoration: none;
}
#world_map div ul {
	display: none;
	padding: 0;
	margin: 0;
	margin-top: -2px;
	font-size: 16px;
	list-style-type: none;
	border: solid 1px #FFF;
}
#world_map div ul li {
	margin: 0;
	padding: 0;
}
#world_map div ul li a {
	display: block;
	padding: 2px 5px 2px 5px;
	width: 160px;
	color: #FFF;
	background-color: #D10310;
	border-bottom: solid 1px #FFF;
	vertical-align:bottom;
}
#world_map div ul li a:hover {
	background-color: #666666;
	color: white;
	text-decoration: none;
}
#world_map div:hover ul {
	display: block;
}
#belize {
	left: 179px;
	top: 159px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
}
#ecuador {
	left: 12px;
	top: 205px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
}
#cambodia {
	left: 454px;
	top: 262px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
}

#fiji {
	left: 612px;
	top: 131px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
}

.marcus_image {
padding:3px;
border: solid 1px #FFF;
margin-left:3px;
margin-bottom:3px;
margin-top:0px;
margin-right:0px;
}
