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


/*Generic Classes*/
.center{ text-align: center;}
.right{ text-align: right;}
.left{ text-align: left;}
.justify {text-align: justify;}
.bold{ font-weight: bold;}
.orange{color: #f08f3f; }
.darkOrange{color: #e1472a;}
.fleft{ float: left;}
.fright{ float: right;}
.clear{ clear: both;}


strong {font-weight: bold;}


ul{ margin: 5px 0 0 15px;}
ul li{ list-style:outside; font-size:93%; margin:3px 0;}
ul li ul li { list-style: square; margin: 3px 0;}

.container
{
	width:74.923em;
	*width:73.05em;
	margin: 0 auto;
}

#hd
{
	height:130px;
	background: url(../images/header-bg.png) repeat-x;
}

#hd .menu
{
	float: right;
	margin: 50px 14px 0 0;
}

#hd .menu ul li
{
	display: inline;
	margin: 0 0 0 15px;
}

#hd .menu ul li a
{
	color:#fff;
	font-size: 108%;
	text-decoration: none;
}

#hd .menu ul li a:hover
{
	color:#e1472a;
}

#hd .menu ul li.active
{
	border-bottom: solid #e1472a 2px;
}
#hd .menu ul li.active a
{
	color:#e1472a;
}

#hd .logo
{
	float: left;
	margin: 14px 0 0 14px;
}


#bd
{
	background-color:#292c35;
}
.subheader
{
	height: 240px;
	background: url(../images/subheader-bg.png) repeat-x;
	padding: 26px 0 15px 14px;
}

.subheader h1 { color: #fff; font-size: 300%; font-weight:normal;}
.subheader h2 { color: #f08f3f; font-size: 167%; font-weight: normal; margin: 4px 0 0 0;}
.subheader p { color: #fff; font-size: 100%; font-weight: normal; margin: 14px 0 0 0; line-height: 1.4em;}

#homeSlideshow {width: 385px; margin: 0 auto;}

.content
{
	color: #fff;
	padding: 18px 0 28px 0;
}

.content fieldset
{
	 border: 1px #555 solid; padding: 8px 15px; margin: 0 0 10px 0;}
	 
.content fieldset legend
{
	font-size: 108%;
	padding: 2px 4px;
}

.content p
{
	padding: 0 10px 0 0;
	margin: 0 0 8px 0;
	font-size: 93%;
}
.content h2
{
	font-size: 108%;
	margin: 8px 0 5px 0;
}

.content h2.quote{ margin: 15px 0;}

.content a
{
	color: #f08f3f;
}

.content a:hover
{
	color: #f89e54;
}

.content .short-content p
{
	width: 285px;
	margin: 0 0 8px 0;
	font-size: 93%;
}

.content .short-content p a
{
	font-size: 85%;
	padding: 0 10px 0 0;
}

.content .short-content img
{
	margin: 0 8px 0 0;
}

.content h1
{
	font-size: 138.5%;
	margin: 0 0 15px 0;
	
}

.content h1 a
{
	color: #fff;
	text-decoration: none;
}

.content h1 a:hover
{
	text-decoration: underline;
	color: #fff;
}



.subcontent
{
	border-top: 1px solid #444954;
	padding: 25px 0 50px 0;
    color: #fff;
}

.subcontent h1
{
	font-size: 138.5%;
	margin: 0 0 15px 0;
}

.box 
{
	width: 460px;
}

.box-header
{
	height: 10px;
	background: url(../images/box-top.png);
}

.box-content 
{
	background: url(../images/box-bg.png) repeat-y;
}

.box-content-item
{
	border-bottom: 1px solid #444954;
	padding: 8px 0;
	clear: both;
}

.box-content-item-header
{
	padding: 0 15px;
}
.box-content-item-header h2
{
	font-size: 108%;
	float: left;
}

.box-content-item-header h2 a
{
	color: #fff;
	text-decoration: none;
}
.box-content-item-header h2 a:hover
{
	color: #fff;
	text-decoration: underline;
}


.box-content-item-header img
{
	float:right;
}

.box-content-item-content
{
	clear: both;
	font-size: 93%;
	padding: 10px 15px;
}

.box-footer
{
	height: 10px;
	background: url(../images/box-bottom.png) no-repeat;
}


#ft
{
	color: #bebebe;
	font-size: 93%;
	padding: 15px 0 ;
	background-color: #1c1f29;
	text-align: center;
}



/*Contact Form*/

.notification_error
{
border: 1px solid #e1472a;
color: #333;
height: auto;
width: 90%;
padding: 8px;
margin: 8px 0;
background: #eee;
text-align: left;
-moz-border-radius: 5px;
}

.notification_success
{
border: 1px solid #91cc6d;
color: #333;
height: auto;
width: 90%;
padding: 8px;
margin: 8px 0;
background: #eee;
text-align: left;
-moz-border-radius: 5px;
}

.info_fieldset { -moz-border-radius: 7px; border: 1px #dddddd solid; padding: 4px 0 10px 14px; margin-left: 30px; }

.info_fieldset h2 {margin-bottom: 10px;}

.info_fieldset legend
{
border: 1px #dddddd solid; 
color: black; 

font: 13px Verdana;

padding: 2px 5px 2px 5px;
-moz-border-radius: 3px;
}

.button
{
border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

background: white;

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

/* Label */
label  { width: 120px; padding-left: 0; margin: 7px; float: left; text-align: left; }

/* Input, Textarea */
input, textarea
{
margin: 5px;
padding: 2px; 
float: left;

border: 1px solid #999999; 
border-top-color: #CCCCCC; 
border-left-color: #CCCCCC; 

color: #333333; 

font: 11px Verdana, Helvetica, Arial, sans-serif;

-moz-border-radius: 3px;
}

#fields br
{
	clear:left;
}