* {margin: 0; padding: 0; }

body{
	background: url(../images/body_bg.gif) 0 0 repeat #000;
	font-family: arial, times, helvetica, verdana;
	font-size: 12px;
}

a{ color: #000; }
a:hover{ color: #000; }
a:visited{ color: #000; }

#wrapper{ width: 768px; margin: 0 auto; }

#container{ 
	background: url(../images/container-bg.gif) 0 0 repeat-y; 
	width: 768px;  
	margin: auto;
}

#header{
	background: url(../images/header_bg.gif) 0 0 no-repeat;
	width: 750px;
	height: 145px;
	margin: auto;
}
.header-logo{
	border: 0;
	float: left;
}
.header-top-text{
	float: right;
	margin: 3px 10px 0 0;
	font-family: arial;
	font-size: 13px;	
}
.header-top-text a { color: #fff; text-decoration: none; }
.header-top-text a:hover { color: #000; text-decoration: none; }

#navigation{   
	height: 49px; 
	width: 750px;
	font-size: 16px;
	position: relative;
	font-family: georgia;
}
#nav-left{
	background: url(../images/nav-lft-bg.gif) 0 0 no-repeat;
	width: 21px;
	height:	49px;
	position: absolute;
	top: 0;
	left: 0;
}
#nav-right{
	background: url(../images/nav-rt-bg.gif) 0 0 no-repeat;
	width: 19px;
	height: 49px;
	position: absolute;
	top: 0;
	right: 0;
}
	
#navigation ul{
	list-style-type: none;
	background: url(../images/nav_bg.gif) 0 0 repeat-x;
	height: 49px;
	padding-left: 21px;
}
#navigation ul li { 
	float: left; 
	padding: 13px 0 9px 0;
	height: 27px; 
}
#navigation ul li.active{
	background: url(../images/nav-active-bg.gif) 0 0 repeat-x;
	border-left: 1px solid #7E4D1D;
	border-right: 1px solid #7E4D1D;
	margin-right: -1px;
}
#navigation ul li.active a{
	color: #000;
	border: 0;
}
#navigation ul li.first { padding-right: 20px; }

#navigation ul li a { 
	color: #fff; 
	text-decoration: none;
	padding: 13px 20px 9px 20px;
	/*border-right: 1px solid #7E4D1D;*/
	border-left: 1px solid #7E4D1D;
}
#navigation ul li a.active { color: #000; }
#navigation ul li a:hover { color: #000; text-decoration: none; }




/**************HOME TEMPLATE*****************/


#main-upper{
	width: 750px;
	margin: 0 auto 5px auto;	
}

.main-content{
	width: 750px;
	margin: -60px auto 0 auto;
}
.main-content ul{
	margin: 0 0 0 15px;	
}
#main-lower-top{
	background: url(../images/main_lower_bg1.gif) 0 0 no-repeat;
	width: 750px;
	height: 84px;
	margin: 0 auto; 
}
#main-lower-middle{
	background: url(../images/main_lower_bg2.gif) 0 0 repeat-y;
	width: 750px;
	margin: 0 auto;
}
#main-lower-bottom{
	background: url(../images/main_lower_bg3.gif) 0 0 no-repeat;
	width: 750px;
	height: 39px;
	margin: 0 auto;
}

.main-left{
	float: left;
	width: 477px;
}
.main-right{
	float: right;
	width: 273px;	
}
.col1_header{
	background: url(../images/col1_banner.gif) 0 0 no-repeat;
	width: 458px;
	height: 14px;
	padding: 2px 0 0 10px;
	font-size: 12px;
	font-family: georgia;
	float: right;	
}
.col2_header{
	background: url(../images/col2_banner.gif) 0 0 no-repeat;
	width: 237px;
	height: 14px;
	padding: 2px 0 0 10px;
	font-size: 12px;
	font-family: georgia;
	float: right;	
}

.main-content-left{
	padding: 10px 5px 10px 20px;
	line-height: 1.3em;
}
.main-content-right{
	/*width: 217px;*/
	margin: 10px 0 10px 0;
}



/*******INTERIOR TEMPLATE*********/

.content{
	width: 730px;
	margin: -50px auto 0 auto;
	padding: 0 0 0 20px;
}
.interior_top{
	background: url(../images/interior_bg1.gif) 0 0 no-repeat;
	width: 750px;
	height: 73px;
	margin: auto;
	/*padding: 20px 0 0 18px;*/
}
.interior_middle{
	background: url(../images/interior_bg2.gif) 0 0 repeat-y;
	width: 750px;
	margin: auto;
	/*padding: 5px 0 0 18px;*/
}
.interior_bottom{
	background: url(../images/interior_bg3.gif) 0 0 no-repeat;
	width: 750px;
	height: 67px;
	margin: auto;
}

.left-column{
	float: left;
	width: 450px;
	margin: 20px 0 0 0;
}

.right-column{
	float: right;
	width: 246px;
	margin: 20px 0 0 0;
}


.left-column h1{
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 10px;
	font-family: georgia;
}
.left-column h2{
	font-weight: normal;
	color: #002970;
	padding-bottom: 10px;
	font-family: times;
	font-size: 22px;
}


.left-column hr {
	width: 450px;
	background: transparent;
	height: 1px;
	border: 1px solid #E1E1E0;
	margin: 5px 0 10px 0;
}

.interior_content_left{
	line-height: 1.4em;
}
.interior_content_left ul{
	margin-left: 25px;	
}

.right-column hr {
	width: 235px;
	background: transparent;
	height: 1px;
	border: 1px solid #76AAC5;
	margin: 15px 0;
}
.interior_banner{
	background: url(../images/interior_banner.gif) 0 0 no-repeat;
	width: 236px;
	height: 15px;
	padding: 0 0 0 10px;
	font-size: 13px;
	font-family: arial;
	font-variant: small-caps;
}
.right-content{
	padding: 5px 0 5px 10px;
	line-height: 1.4em;	
}
.right-content ul{ margin: 0 0 0 15px; }



/************FOOTER***************/
#footer{
	width: 750px;
	margin: auto;
	padding: 10px 0;
	font-size: 11px;
}

#container-bottom{ 
	background: url(../images/container-bottom.gif) bottom left no-repeat; 
	width: 768px; 
	height: 22px; 
	margin: auto; 
}

.cleaner{
	clear: both;
	background: transparent;
	height: 0;
}

.required{
	font-weight: bold;
	color: #f00;
}

.error{
	width: 300px;
	border: 1px solid #f00;
	margin: 0px 0px 10px 0px;
	padding: 4px;
	background-color: #EDEDED;
}
.error strong{	color: #f00; }
.error img {
	margin: 0;
	padding: 0;
	float: left;	
}
.error p {
	margin: 0 0 0 30px;
	padding: 0;
}


.success{
	width: 300px;
	border: 1px solid #0f0;
	margin: 0px 0px 10px 0px;
	padding: 4px 4px 4px 4px;
	background-color: #EDEDED;
}
.success strong{	color: #0f0; }
.notice{
	width: 300px;
	border: 1px solid #F50;
	margin: 0px 0px 10px 0px;
	padding: 4px 4px 4px 4px;
	background-color: #FFB;
}
.notice strong{	color: #F50;	}