/* CSS Body */

html, body {
	background: transparent url(../imgs/int-back.jpg) repeat top;
	font:11px  "Lucida Sans Unicode","Lucida Sans", Verdana, Tahoma;
	line-height: 18px;
	color: #666666;
	padding-bottom:40px;
	margin: 0px;
	padding-top: 5px;
} 
a, visited { font:11px  "Lucida Sans Unicode","Lucida Sans", Verdana, Tahoma;
	text-decoration:none; color:#666666; 
}

a:hover{
	text-decoration:underline;
	color: #D1120D;

}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

/*----------------Structure------------- */
#wraper{
	width:740px;
	height:auto;
	margin:0px auto;
}
#mainHolder {
	width:708px;
	height:auto;
	border:1px solid #e3e3e3;
	padding:15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#banner {
	background-image: url(../imgs/banner.gif);
	background-color: #D1D1D1;
	height: 118px;
	width: 708px;
	background-repeat: no-repeat;
	background-position: center;
	}

#topbar{
	width: 708px;
	height: 10px;
	margin: 0 auto;
	background-color: #D1120D;
}
/*----------------StructureEND------------- */


/*----------------Navigation------------- */
	
#menu ul {	
       list-style: none;
       margin: 0;
       padding: 0;
       border: none;
}
#menu {
	width: 200px;
	margin: 0px;
	}
	
#menu li a {
  	height: 21px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}
	
	
#menu li a:link, #menu li a:visited {
	color: #FFFFFF;
	display: block;
	background: url(../imgs/buttons1.gif);
	padding: 10px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
#menu li a:hover {
	color: #FFFFFF;
	background: url(../imgs/buttons1.gif) 0 -32px;
	padding: 10px 0 0 15px;
	}
	
#menu li a:active {
	color: #D1D1D1;
	background: url(../imgs/buttons1.gif) 0 -64px;
	padding: 10px 0 0 15px;
	}	
/*----------------Navigation END------------- */	

/*----------------Main Content------------- */
	
#content {
	width:708px;
	height:auto;
	padding:15px 0px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
}

#content a, visited {
	text-decoration:underline;
	color:#D1120D;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma;
	font-size: 11px;
}

#content a:hover{
	text-decoration:none;
	color: #D07D0D;

}
#navigationBar {
}


#left_side{
	float:left;
	text-align:left;
	width:400px;
	background-color: #fafafa;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 18px;
	height: 100%;
}

#right_side{
	float:right;
	width:230px;
	text-align:left;
	line-height: 18px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.fsblogo{
	margin-left: 80px;
	margin-top: 20px;
}
.homeSubImgs{
	border: 1px solid #D03E3A;
}

.right_side ul {
	margin-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.right_side li {
	list-style-image: url(../imgs/bullet_point.gif);
	padding-left: 10px;
	margin-left: 20px;
}
.h1 {
	font-weight: bold;
	background-color: #D1D1D1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D03E3A;
	font-size: 12px;
	padding-left: 10px;
}

.whitespace{
	padding:0px;
	margin:0px;
	height:15px;
	clear:both;
}
	
/*----------------Portfolio------------- */
#portfolio{
	font-size: 11px;
	color: #333333;
	padding-top: 10px;
}

#portfolio a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CF703A;
}
#portfolio a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #CF703A;
}
#portfolio h1   {
	color: #D1D1D1;
	font-size: 30px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
#portfolio .portimage   {
	height: 150px;
	width: 300px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D03E39;
	margin-left: 50px;
	padding: 5px;
	background-color: #FFFFFF;
}
ul.portfolio {
	padding:0 0 10px 5px;
	margin:0 auto;
	line-height: 20px;
}

.portfolio li {
	margin:0px 0px 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.portfolio a, .portfolio a:link, .portfolio a:active {
	text-decoration:none;
	padding:0 0 10px 16px;
	background: url(../imgs/portfolio/nav_but.gif) no-repeat 0px 2px;
	color:#666;
}
/*.portfolio a:visited {
	padding:0 0 10px 16px;
	background: url(../imgs/portfolio/nav_active.gif) no-repeat 0px 2px;
}*/
.portfolio a:hover, .selected a:hover {	
	padding:0 0 10px 16px;
	background: url(../imgs/portfolio/nav_hover.gif) no-repeat 0px 2px;
	color: #CF703A;
}
.selected a:link, .selected a:visited, .selected a:active {
	background: url(../imgs/portfolio/nav_visited.gif) no-repeat 0px 2px;
	color:#CF3E39;
}
/*----------------Contact Form------------- */
.formTitles {
	background-color: #F2F2F2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D1120D;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;

}
.formInformation {
	font-family: Arial, Helvetica, sans-serif;

}

.submit {
	background-color: #D1D1D1;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D1120D;
}

/*----------------Contact FormEND------------- */


/*----------------Main ContentEND------------- */


/*----------------Footer------------- */
#footer{
	width: 708px;
	margin: 0 0px;
	background: url(../imgs/footerbehind.gif) repeat-x;
	clear: both;
	font-size: 9px;
	height: 141px;
}
#footer a {
	color: #772A1B;
	font-size: 9px;
}

#footer a:hover {text-decoration: underline;color: #FFFFFF;}

.sitemap {
	color: #303030;
	width: 300px;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}

.otherinfo {
	color: #303030;
	float: right;
	text-align: right;
	width: 240px;
	margin-top: 20px;
	margin-right: 15px;
}


/*----------------include Holders------------- */
#incBanner,#incLowerheader, #incNav, #incFooter {
}
#wraper #error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #D1120D;
}
