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

body {
	background:#102861;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0px;

}


#main-container{
	width:1003px;
	margin:0 auto;
}


#inside-container{
	width:996px;
	margin:0 auto;
	
}


#footer{
	font-size:10px;
	color:#b5bed5;
	text-align:center;
	padding-top:15px;
	clear:both;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
	color:#b5bed5;
	text-decoration:underline;
	
}


#logo{
	float:left;

}

#inside-holder{
	background:url(images/interior-expand.jpg) repeat-y;
	float:left

}

#home-middle{
	background:url(images/home-middle.jpg) no-repeat;
	width:997px;
	height:352px;
}

#home-inside{
	background:#ccd8f5 repeat-y;
	width:997px;
}

#home-admin{
	background:#ccd8f5;
	width:997px;

}


#home-graphic{
float:left;
margin:2px 0px 0px 0px;
float:right
	
}

#home-txt{
font-size:12px;
float:left;
padding:25px 25px 25px 25px;
width:400px;

}

.headline-txt{
float:left;
text-transform:uppercase;
padding:25px 25px 0px 25px;
width:400px;
font-size:24px;
font-weight:bold;
color:#003333
}


#inside{
float:left;
text-transform:uppercase;
padding:25px;
width:430px;
font-size:12px;
color:#003333
}

#admin{
float:left;
text-transform:uppercase;
padding:25px;
width:940px;
font-size:12px;
color:#003333
}



#inside-content-1{
	float:left;
}

#home-widgets{
	clear:both;
	margin:10px 0px 0px 0px;
	float:left;
	background: url(images/home-widget-one.jpg) no-repeat top;
	width:363px;
	height:123px;
}

#home-widgets-2{
	margin-top:10px;
	float:left;
	background: url(images/home-widget-two.jpg) no-repeat top;
	width:622px;
	height:123px;
}

#widget-one-headline{
	font-weight:bold;
	color:#FFFFFF;
	padding:7px 7px 7px 12px;

}

#widget-one-body{
	padding:12px 0px 0px 14px;
	width:340px;
	height:60px;
	overflow:hidden;
	text-align:center;

}

#widget-two-body{
	padding:12px 0px 0px 14px;
	width:595px;
	height:60px;
	overflow:hidden;

}

.widget-two{
	padding-left:5px;
}

.footer-txt{
	color:#CCCCCC;
	text-align:center;
	font-size:10px;
}



#nav {
	background:transparent url(images/nav-bg.jpg) repeat-x scroll center center;
color:#FFFFFF;
float:right;
font-weight:bold;
margin:0;
position:relative;
text-align:right;
clear:both;
	
}

#nav ul {
	bottom:0;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
position:relative;
right:0;
text-align:right;
}
#nav li {
	display:block;
	float:left;
	margin-bottom:1px;
}
#nav li a:link, #nav li a:visited {
	background:#0b1223 none repeat scroll 0 0;
	color:#FFFFFF;
	display:inline;
	font-weight:bold;
	padding:6px 36px 1px;
text-align:right;
text-decoration:none;
}
#nav li a:hover, #nav li a:active {
	background:#ffffff;
color:#0b1223;
border-bottom:1px solid #ffffff;
}
#nav li a.current, #nav li a.current:hover, #nav li a.current:active {
	background:#ffffff;	
color:#0b1223;
border-bottom:1px solid #ffffff;
	}
	
#left-column{
	float:left;

	width:700px;
	padding:20px;
	font-size:14px;
	color:#666666;
	clear:both;
}

#right-column{
	float:left;
	width:230px;
	padding:12px;
	font-size:12px;
	color:#333333;
	clear:right;


}

img{
	border:0px;
}