@charset "utf-8";
/* CSS Document */

a{
	border:none;
	color: #000;
}

a:visited, a:link{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	border:none;
}

body{
	background-repeat: repeat-x;
	background-image:url(../images/background.jpg);
	background-color:#c1b8b1;
	color: #4d4d4d;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	font-weight:normal;
	font-size:13px;
}

#floor{
	position:relative;
	width:100%;
}

hr{
	background-image:url(../images/hr.png);
	height:1px;
	border:none;
}

p{
	line-height: 18px;
	margin: 0px;
	padding-bottom: 10px;
}

ul{
	margin-bottom: 20px;
}

.clear{
	clear: both;
}

/**********************************
	Header Styles
**********************************/
#header{
	position: relative;
	margin: 0px auto;
	width: 950px;
	height: 145px;
}

#logo{
	float: left;
	margin-top: 45px;
}

#header-login{
	float: right;
	margin-top: 45px;
}

#header-nav{
	float:right;
	margin: 0px auto;
	height: 33px;
	margin-top: 25px;
}

#header-nav ul{
	list-style: none;
	list-style-type none;
	margin: 0px auto;
}

#header-nav ul li{
	display: inline;
	font-size: 16px;
	margin: 0px 5px;
	padding: 0px;
}

#header-nav ul li a{
	color:#202020;
	margin: 0px 5px;
	padding: 0px;
}

#header-nav ul li .active{
	color:#3f7296;
}

/**********************************
	Container Styles
**********************************/
#container{
	margin:0 auto;
	width:950px;
}

.leftBox, .rightBox{
	float:left;
	min-height:319px;
}

.leftBox, .rightBox, .bigBox p{
	margin-bottom:0px;
}

.leftTop{
	background-image:url(../images/black_top.png);
	height:9px;
	width:390px;
}

.leftContent{
	background-image:url(../images/black_bg.png);
	background-repeat:repeat-y;
	width:386px;
	padding-left:4px;
}

.leftBottom{
	background-image:url(../images/black_bottom.png);
	height:9px;
	width:390px;
}

.leftSpacer{
	width: 390px;
}

.rightTop{
	background-image:url(../images/white_top.png);
	height:9px;
	width:550px;
}

.rightContent{
	background-image:url(../images/white_bg.png);
	background-repeat:repeat-y;
	width:512px;
	min-height:305px;
	padding:0px 19px;
	position:relative;
}

.emptyBox p{
	line-height: 24px;
}

.rightContent p a, .rightContent ul li a{
	text-decoration: underline;
}

.rightContent ul{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	list-style: none;
}

.rightContent li{
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

.rightBottom{
	background-image:url(../images/white_bottom.png);
	height:9px;
	width:550px;
}

.bigBox{
	clear:both;
}

.bigTop{
	background-image:url(../images/white_top_big.png);
	height:9px;
	width:940px;
}

.bigContent{
	background-image:url(../images/white_bg_big.png);
	background-repeat:repeat-y;
	width:900px;
	padding:20px;
}

.bigBottom{
	background-image:url(../images/white_bottom_big.png);
	height:9px;
	width:940px;
}

.emptyBox{
	float:left;
	margin-bottom:0;
	width:510px;
	padding:20px;
	font-size: 16px;
	color: #568fb4;
}

.emptyBox a{
	color: #568fb4;
	font-weight: bold;
}


#contactForm{
	float: right;
	margin-top: 15px;
	width: 150px;
}

#contactForm input[type=text],
#contactForm textarea{
	color: #568fb4;
	width: 140px;
}

#contactForm textarea{
	height: 150px;
}

#contactForm button{
	color: #568fb4;
	font-size: 14px;
}



/**********************************
	Admin Styles
**********************************/
form{
	margin: 0px;
	padding: 0px;
}

#loginForm {
}

#loginText{
	float:left;
	width:127px;
	margin-right:10px;
}

#loginError{
	color:#FF0000;
}

#username, #password{
	float:left;
	width:60px;
	margin-left:10px;
	margin-top:7px;
}

#loginForm label{
	float: left;
	display: block;
	padding: 6px;
	padding-right: 10px;
	padding-left: 15px;
}

textarea,
input[type=text],
input[type=password]{
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border:none;
	display: block;
	float:left;
	padding-left:5px;
	padding-right:5px;
	margin-top:5px;
	background-color: #ddd;
	color: #220;
	padding-top: 2px;
	padding-bottom: 2px;
}

input[type=text],
input[type=password]{
	width:99px;
	height:14px;
}

input[type=submit]{
	background: none;
	border: none;
	color: #568fb4;
	cursor: pointer;
	float: right;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	text-transform: uppercase;
	width: 50px;
}

/**********************************
	Footer Styles
**********************************/
#footer-image{
	margin:10px auto 5px;
	width:946px;
	padding-left:0px;
}

#footer{
	margin:0px auto;
	width:946px;
	text-align:left;
	padding-left:4px;
}

#footer p{
	text-align:right;
	color:#e0e0e0;
	font-size:12px;
}

#footer a{
	color:inherit;
}





/****************************************
	Dashboard Styles
****************************************/
 
#messages{
	background-color: #ffffff;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	width: 500px;
	height: 300px;
} 



/*******************
	Misc styles
*******************/
.attach-icon{
	cursor: pointer;
}









