@charset "utf-8";
/* CSS Document */

body
{
	background-color:#9ac6eb;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

#main 
{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	/*max-width:1420px;*/
}

body.ie7 #main 
{
	width: 100%;
	margin:0 30px;
	text-align: center;
}

body.ie #main 
{
	width: 100%;
	margin:0 30px;
	text-align: center;
}

#top
{
	height:70px;
	padding:0px;
	text-align:left;
}

#headleft {
	float:left;
	width:340px;
}

#headright {
	padding:0 0 0 340px;
}

#logo
{
	height:55px;
	margin:10px 0 0 5px;
	padding:0px;
	float:left;
	clear:right;
}

#phone
{
	height:35px;
	margin:5px 0 0 0;
	text-align:right;
	padding:0px;
	float:right;
	width:300px;
}

body.ie7 #phone
{
	width:410px;
}

body.ie #phone
{
	width:410px;
}

#textchange
{
	width:80px;
	height:35px;
	text-align:center;
	margin:0;
	padding:0px;
	float:right;
	/*clear:right;*/
	font-size:13px;
	color:#263462;
}

#menu {
	width:452px;
	height:30px;
	margin:0 -2px 0 0;
	float:right;
	clear:right;
}

body.ie #menu {
	margin:0 -1px 0 0;
}

#mainarea
{
	background-image:url(images/middle.gif);
	background-repeat:no-repeat;
	background-color:#263462;
	padding:0 0 10px 0;
	height:auto;
	text-align:left;
	float:left;
}

#breadcrumbs {
	padding:0 0 0 3px;
	margin:6px 3px 0 1px;
	height:22px;
	width:auto;
	color:#fff;
}

#breadcrumbs a:link {
	color:#E4E4E4;
	font-size:12px;
	line-height:20px;
}

#breadcrumbs a:visited {
	color:#E4E4E4;
	font-size:12px;
	line-height:20px;
}
#breadcrumbs a:hover {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	line-height:20px;
}
#breadcrumbs a:active {
	color:#E4E4E4;
	font-size:12px;
}

#dnn_ContentPane {
	padding:2px 0 0 5px;
	margin:6px 5px 0 0px;
	width:auto;
}

body.ie7 #dnn_ContentPane {
	padding:2px 0 0 5px;
	margin:7px 5px 0 0px;
}

body.ie #dnn_ContentPane {
	padding:2px 0 0 5px;
	margin:7px 5px 0 0px;
}

#dnn_RightPane, #dnn_RightPane2 {
	padding:0 5px 0 0;
	width: 253px;
	margin:0;
	float:left;
}

body.ie7 #dnn_RightPane, #dnn_RightPane2 {
	padding:2px 4px 0 0;
}

body.ie #dnn_RightPane, #dnn_RightPane2 {
	padding:2px 4px 0 2px;
}

.dnnEmptyPane {
}

body.ie7 .bluecontent {
	width:251px;
}

body.ie7 .bluetop {
	height:27px;
}

body.ie .bluecontent {
	width:252px;
}

body.ie .bluetop {
	height:27px;
}

#lightbox-container-image-data-box {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}


h1 {
	font-size:22px;
}

.login {
	border: #263462 solid 1px;
	background:#fff;
	clear:both;
	font-size:12px;
	margin:0 auto;
	padding:5px 0 5px 0;
	text-align:center;
	width:90%;

}	

.login p {
	margin:0px;
	padding:3px 0px;
}
