/* Containers
-------------------------------------------------------------- */

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}
#header {
	margin: 0 auto;
	padding: 0 0;
	position: relative;
	text-align: left;
	height:200px;
	background-image:url(images/logo.gif);
	background-color:#8faed6;
	background-position:center 0px;
	background-repeat:no-repeat;
}
#content {
	float:left;
	padding-left:10px;
	width:770px;
	text-align:left;
	background: #ffffff url(images/tilebkg.gif) repeat-y 50% 0;
}
#contentOneColumn {
	float:left;
	width:770px;
	text-align:left;
	background: #ffffff;
}
#columnleft {
	float:left;
	width:470px;
	padding-right:30px;
	/*width of a div = width size + paddings + borders, except in IE 5.5 (width size includes padding + borders, therefore the box model hack is needed to make sure your width size remains the same size in all browsers*/
}
#columnright {
	float:left;
	width:200px;
}
#columnright img {
border:none;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.7em;
	margin: 0px;
	padding:0px;
	color:#333333;
	background-color:#ffffff;
	/* IE 5 to center page in brower */
		text-align:center;
}
/* List tags
-------------------------------------------------------------- */

ol {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:13px;
	margin:0px;
	padding:0px;
	color:#333333;
}
ol li {
margin-left:20px;
padding-left:0px;
list-style-position:outside;

}
li {
	margin-left:20px;
	padding-left:5px;
	padding-bottom:10px;
}
ul li{
	list-style-type:disc;
	list-style-position: outside;
	padding:0px;
	padding-top:3px;
	padding-bottom:2px;
	margin:0px;
	line-height:13px;
}
ul {
	margin-top: 5px;
	padding-top:5px;
	padding-bottom:5px;
}
/* Links
-------------------------------------------------------------- */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color:#0099CC;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color:#0099CC;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color:#0099CC;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color:#0099CC;
}
.application a:link {
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#CC6699;

/* Listamatic Jeffrey Zeldmans menu
-------------------------------------------------------------- */
}
#navcontainer
{
float:left;
margin: 0px 0px 0px 0px;
padding: 0;
padding-left:5px;
height: 20px;
padding-bottom:10px;
background-color:#FFFFFF;

}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
width: 90px;
height: 18px;
border-left: 1px solid #333333;
border-right: none;
padding: 0;
margin: 0 0 0px 0;
color: #333333;
text-decoration: none;
display: block;
text-align: center;
font: normal 11px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
/* Special class to remove the first divider line in the navigation list*/
#navcontainer li a .first {
	border:none;
}
#navcontainer ul li a:hover
{
color: #ffffff;
background: #f8c0d3;
}
/* This can be used in the html to show which link is currently highlighted
#navcontainer a:active
{
background: #000000;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}*/

/* Listamatic menu end*/


ul {
	padding:0px;
	margin:0px;
	list-style:none;
	line-height:18px;
	margin-left:20px;
}
li {
	background-image: url(images/bulletstar.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left:20px;
}

#footer {
	clear:both;
	text-align:left;
	color: #411b09;
	font-size:10px;
	line-height:18px;
	margin-top:10px;

	}
h1 {
	font-size: 170%;
	color:#f7a0bd;
	padding:0px;
	margin:0px;
	padding-top:10px;
}
h2 {
	font-size: 150%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:23px;
	color:#000000;
	padding:0px;
	margin:0px;
	padding-top:20px;
	padding-bottom:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
h3 {
	font-size: 150%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	color:#8faed6;
	padding:0px;
	margin:0px;
	padding-top:20px;
	padding-bottom:10px;
		}
h5 {
	font-size: 100%;
	color:#8faed6;
	padding:0px;
	padding-top:10px;
	margin:0px;
	margin-bottom:5px;
	padding-bottom:5px;
}
h6 {
	font-size:100%;
	color:#666666;
	line-height:17px;
	padding-top:10px;
	text-align:center;
}
h4 {
	font-size:100%;
	color:#666666;
	line-height:17px;
	padding-top:10px;
	text-align:left;
}
#applynowContainer {
	display:block;
	background-color:#e4eefa;
	margin-top:10px;
	padding:20px;
	padding-top:10px;
	border:#8faed6;
	border-style:solid;
	border-width:1px;
}
#applynowContainer h1{
	font-size:130%;
	color:#8faed6;
	border-bottom:#333333;
	border-bottom-style:solid;
	border-bottom-width:2px;
	margin-bottom:5px;
}
#applynowContainer p{
	line-height:15px;
}
/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */

*{
	margin:0;
	padding:0;
	font-size:100%;
}
a{
	color:#666;
	text-decoration:none;
}
#main-content li{
	width:200px;
	border:solid #8faed6;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;*/
	background:#8faed6;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}
.test {
	font-size:16px;
	width:730px;
	border:none;
	border:none;
	background:none;
	text-align: center;
	padding-top:5px;
	color:#000000;
	font-weight:bold;
}
#fullplate-navigation{
	list-style:none;
	margin:5px 0 0 45px;
}
#fullplate-navigation li{
	display:block;
	float:left;
	width:210px;
}
#previous{
	text-align:left;
}
#next{
	text-align:right;
}
#fullplate-navigation li a{
	display:block;
	width:190px;
	padding:10px;
}
#fullplate-navigation li a:hover{
	color:#333;
}
#fullplate-photo{
	border:solid #EEE;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
 }
#main-content  a span{
/*\*/
	position:absolute;
	left:-9999px;
}
#main-content a:hover span{	
	top:10px;
	left:10px;
	width:202px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 

/* img{ this for css photos
	border:1px solid #EEE;
	delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
 
 /* Contestant Photogallery  --------------------------------------------------------------*/

#contestants li{
	width:310;
	height:470px;
	border:solid #000000;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;*/
	background:#000000;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
	color:#FFFFFF;
}
#contestantsLand li{
	width:600;
	height:450px;
	border:solid #000000;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;*/
	background:#000000;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:block;
	margin:5px;
	color:#FFFFFF;
}
#contestants h3 {
	font-size: 150%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:18px;
	color:#8faed6;
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
}
 /* End Contestant Photogallery --------------------------------------------------------------*/
#footer{
	padding-top:10px;
	padding-right:50px;
	margin-bottom:20px;
	padding-left:200px;
	clear:left;
	background-image: url(images/footer_bkg.jpg);
	background-repeat: repeat-x;
	background-color:#e5e5e5;
	height:200px;
}
/* End of Photo gallery template*/
