@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family:'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../layout/bg.gif);
	background-repeat:repeat-x;
}
img {
	border:0px;
	display: block;

}

a:link {
	color: #CC9900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color:#CCCCCC;
}
a:active {
	text-decoration: underline;
}

h2 { 
	color: #660000;
	font-size:15px;
}

h3 { 
	color: #660000;
	font-size:12px;
}

h4 { 
	color: #660000;
	font-size:10px;
}

li {
margin-bottom:12px;
}
.oneColFixCtr #container {
	width:888px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContentWrapper {
	width:888px;  
	padding: 0 0px;
	background-image:url(../layout/main-bg.gif);
}

.oneColFixCtr #topbar {
width:888px;
height:114px;
margin:0;
padding:0;
}

.oneColFixCtr #topmenu { 
	float: right;
	width: 100px;
	margin-right:40px;
}

.oneColFixCtr #topimage {
background-image:url(../layout/header_image.jpg);
width:888px;
height:391px;
margin:0 auto;
}


.oneColFixCtr #logo { 	
	width: 112px;
	margin:0 0 0 43%;
	float:left;
}

.oneColFixCtr #mainContent {
	width:802px;  
	padding: 0 0px;
	margin: 0 auto;
}

.oneColFixCtr .boxcontainer {
	width:227px;  
	height: 260px;
	margin: 10px 20px 20px 20px;
	float:left;
	padding:0px;
	display:inline;
	text-align:left;
}

.oneColFixCtr .boxcontainer a {
	color:#000000;
	text-decoration: none;
}

.oneColFixCtr .boxcontainer a:hover {
	color:#CC9900;
	text-decoration: none;
}

.oneColFixCtr .boxcontainer h2, .oneColFixCtr .boxcontainer hr, .oneColFixCtr .boxcontainer p {
margin:5px 0 0 10px;
}

.oneColFixCtr .boxcontainer hr {
color:#660000;
background-color:#660000;
}

.oneColFixCtr .homepagebox {
	width:227px;  
	height: 164px;
	margin: 0px;
	padding: 13px 0 0 16px;
	background-image:url(../layout/contentbox.jpg);
	background-repeat:no-repeat;
}

.oneColFixCtr #leftmain {
	width:28px;  
	padding: 0 0px;
	background-image:url(../layout/leftmain.gif);
	background-repeat:no-repeat;
	float:left;


}

.oneColFixCtr #rightmain {
	width:29px;  
	padding: 0 0px;
	background-image:url(../layout/rightmain.gif);
	background-repeat:no-repeat;
	float:right;

}

.oneColFixCtr #footer {
	width:802px;  
	background-color:#580a0b;
	margin: 0 auto;

}

.oneColFixCtr #footer p {	 
	padding: 10px;
	text-align:left;
	color:#FFFFFF;
	font-size:12px; 
	line-height:1.5em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.hidden {
display:none;
}

.price{
color:#999999;
font-size:10px;
}

.uniForm ul .selectInput{
height:28px;
}

.smallcontent{
padding: 0 20px;
margin:20px;
}

.experiencecontainer
{
background-image:url(../layout/experience-page.jpg);
background-repeat:no-repeat;
padding:143px 80px 0px 50px;
font-size:10px;
height:340px;
}


.info{
float:right;
margin-right:10px;
}

.uniForm div.error {
background: #ffdfdf; border: 1px solid #660000;
text-align:right;
padding:5px;
float:left;
margin-left:142px;

 /* CSS3 */
border-radius:         4px;
-webkit-border-radius: 4px;
-moz-border-radius:    4px;
-o-border-radius:      4px;
 -khtml-border-radius:  4px;
}
