/* Generic Selectors */ 

body { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #ffffff; 
background-color: #000000;
line-height: 120%; 
} 

li { 
list-style-type: none; 
line-height: 150%; 
list-style-image: none;
} 

h1 { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 18px; 
font-weight: bold; 
color: #000000; 
} 

h2 { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight: bold; 
color: #3366cc; 
} 

p.padding_top {25px 0px 0px 0px;} /*top right bottom left*/

p.none {
padding: 0px 0px 0px 0px;
} /*top right bottom left*/

p.top {
padding: 5px 0px 0px 0px;
} /*top right bottom left*/

p.line {
font-size: 13px;
line-height: 130%;
} /*top right bottom left*/

.footer {
color:#000000; 
font-size: 11px; 
font-weight:normal;
line-height: 100%;
}

.home { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px; 
color: #ffffff; 
background-color: #000000;
line-height: 120%; 
}

/**************** Pseudo classes ****************/ 

a:link {
	color: #ffffff;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-size: 12px;
	font-weight:normal;
	text-decoration: underline;
}

a:active {
	color: #ffffff;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
}

li :link { 
color: #ffffff; 
text-decoration: none; 
font-weight: normal; 
}  

li a:visited { 
color: #ffffff; 
text-decoration: none; 
font-weight: normal; 
} 


li a:hover { 
display: block; 
color: #ffffff; 
text-decoration: underline;
padding-bottom: 0px; 
font-weight: normal; 
border-bottom-width: 0px; 
border-bottom-style: none; 
} 


.link2 a:link {
	color: #000000;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
}

.link2 a:visited {
	color: #000000;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
}

.link2 a:hover {
	color: #333333;
	font-size: 11px;
	font-weight:normal;
	text-decoration: underline;
}

.link2 a:active {
	color: #000000;
	font-size: 11px;
	font-weight:normal;
	text-decoration: none;
}

.link2 li :link { 
color: #000000; 
text-decoration: none; 
font-weight: normal; 
}  

.link2 li a:visited { 
color: #000000; 
text-decoration: none; 
font-weight: normal; 
} 


.link2 li a:hover { 
display: block; 
color: #333333; 
text-decoration: underline;
padding-bottom: 0px; 
font-weight: normal; 
border-bottom-width: 0px; 
border-bottom-style: none; 
}

.link3 a:link {
	color: #cccccc;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
}

.link3 a:visited {
	color: #cccccc;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
}

.link3 a:hover {
	color: #999999;
	font-size: 12px;
	font-weight:normal;
	text-decoration: underline;
}

.link3 a:active {
	color: #cccccc;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
}

.link3 li :link { 
color: #cccccc; 
text-decoration: none; 
font-weight: normal; 
}  

.link3 li a:visited { 
color: #cccccc; 
text-decoration: none; 
font-weight: normal; 
} 


.link3 li a:hover { 
display: block; 
color: #999999; 
text-decoration: underline;
padding-bottom: 0px; 
font-weight: normal; 
border-bottom-width: 0px; 
border-bottom-style: none; 
}

/************************* ID's *************************/ 

#container_top {
	position: relative;
	width: 950px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-weight: normal;
}

#top_left {
	position: absolute;
	width: 625px;
	height: 120px;
	margin-top: 0px;
	font-weight: normal;
	background-image:url('images/logo.gif');
	background-repeat:no-repeat;
	background-position:center;
} 

#top_right {
	position: absolute;
	width: 325px;
	height: 100px;
	margin-left: 625px;
	font-weight: normal;
	top: 20px;
}

#nav_bar {
	position: absolute;
	width: 750px;
	height: 40px;
	margin-left: auto;
  	margin-right: auto;
	margin-top: 0px;
	font-weight: normal;
	}

#flash_content { 
position: absolute; 
width: 669px; 
height: 280px;
padding: 0px 5px 5px 5px; /*top right bottom left*/
margin-top: 145px; 
font-weight: normal; 
background-color:#ffffff;
border-style:solid;
border-width:5px;
border-color:white;
} 

#get_started { 
position: absolute; 
width: 258px;
height: 100px;
padding: 0px 0px 0px 0px; /*top right bottom left*/ 
margin-top: 145px; 
margin-left: 690px;
background-color: #ffffff;
border-style: solid;
border-width: 5px 0px 0px 0px; /*top right bottom left*/
border-color: white;
} 

#mission { 
position: absolute; 
width: 228px;
height: auto;
padding: 5px 18px 0px 12px; /*top right bottom left*/ 
margin-top: 250px; 
margin-left: 690px;
background-color: #ffffff;
border-style: solid;
border-width: 5px 0px 0px 0px; /*top right bottom left*/
border-color: white;
background-repeat:no-repeat;
}

#info1 { 
position: absolute; 
width: 295px;
height: 270px;
padding: 0px 5px 0 5px; /*top right bottom left*/ 
margin-top: 440px; 
margin-left: 0px; 
border-style:solid;
border-width: 0px 5px 5px 5px; /*top right bottom left*/
border-color:white;
background-color:#ffffff;
background-image:url('images/info1.jpg');
background-repeat:no-repeat;
background-position:top;
}  

#info2 { 
position: absolute; 
width: 300px;
height: 270px;
padding: 0 5px 0 5px; /*top right bottom left*/ 
margin-top: 440px; 
margin-left: 315px; 
border-style:solid;
border-width: 0px 5px 5px 5px; /*top right bottom left*/
border-color:white;
background-color:#ffffff;
background-image:url('images/info2.jpg');
background-repeat:no-repeat;
background-position:top;
} 

#info3 { 
position: absolute; 
width: 295px;
height: 270px;
padding: 0 5px 0 5px; /*top right bottom left*/ 
margin-top: 440px; 
margin-left: 635px; 
border-style:solid;
border-width: 0px 5px 5px 5px; /*top right bottom left*/
border-color:white;
background-color:#ffffff;
background-image:url('images/info3.jpg');
background-repeat:no-repeat;
background-position: top;
}

#footer {
	position:absolute;
   	bottom:0;
	height: 25px;
	font-size:11px;
}

#bottom {
	position: absolute;
	width: 600px;
	height: 25px;
	margin-left: 10px;
}

#bottom_right { 
	position: absolute; 
	width: 330px; 
	height: 25px;   
	margin-left: 610px;
	font-weight: normal; 
}


