@charset "utf-8";
/* CSS Document */
h1 {
	margin: 5px 25px;
	font-size:17px;
	color: #A41613;
	}
h2 {
	margin: 10px 25px 2px 25px;
	font-size:15px;
	color: #666666; 
	}	
p {
	margin: 15px 25px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #3A4755;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}
#header {
	width: 850px;
	height: 110px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto; 
	/*background-image:url(../images/banner.jpg);*/
	background-color: #fff;
}
#wrapper {
	/*display: block;*/
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: 2px;*/ 
	background-color:#FFFFFF;
	background-image:url(../images/wrapper_bg.jpg)
}
#left_col {
	position: absolute;
	/*top: 120px;*/
	float: left;
	width: 170px;
	
}
#left_col p{
	margin: 5px;
	text-align: center;
	font-height: 10px;
	color: #A41613;
	font-weight: bold;
	}
#left_col li{
	color: #FFFFFF;
}	
#navigation { 
	position: relative;
	margin: 4px;
	width: 160px; 
	height:auto;
	color:#FFFFFF;
	background-color: #999999; 
	/*display: block;*/
}
#navigation ul {
	list-style: none;
    margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
    width: 160px;
	line-height: 30px;
	left: 0;
	margin: 0px;
	font-weight: normal;
	border-bottom: dotted 1px #ddd;
	vertical-align: top; /*Removes unwanted margin in IE*/ 
	list-style: none;
}	
#navigation a:link, #navigation a:visited {
	display: block;
	height:30px;
	padding-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
    display: block; 
	background-image: url(images/button_hover.jpg);
	height:30px;
	padding-left: 10px;
	background-color: #BBBBBB;
	color: #FFFFFF;
}
#navigation strong {
	font-weight: bold;
	color: #123A68;
}
#content {
	margin-left: 170px;
	margin-right: 200px;
	}
#content ul {
	margin-left: 20px;
	}
.tick {
list-style-image:url(../images/tick.jpg);
}	
#content li {
	margin-right: 20px;
	margin-bottom: 5px;
	}
.blue_bold {
	background-repeat: no-repeat;
	color: #015698;
	font-size: 14px;
	font-weight: bold;
	margin-right: 0px;
}		
#right {
	width: 200px;
	float: right;
	font-size: 11px;
	}
#right h2 {
	color: #A41613;
	font-size: 14px;
	margin: 10px 10px;
	}
#right p {
	
	margin: 10px;
	color: #A41613;
	
	}		
#footer {
	clear: both;
	width: 850px;
	height: 110px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat; 
	}
#footer p {
	margin: 0px;
	padding: 40px;
	font-size: 11px;
	color: #A41613;
}
#footer a:link, #footer a:visited {
	color: #A41613;
	text-decoration: underline;
}
#footer a:hover {
    color: #A41613;
	text-decoration: none;
}
.color_dkred{
color: #A41613;
}
.picframe{
	margin: 10px;
	
}	
.photo_holder {
	position: relative;
	margin: 15px;
	padding: 9px;
	border: solid 1px #CCCCCC;
}
table {
	margin-left: 25px;
	margin-right: 20px;
	font-size: 12px;
}
td {
	padding: 2px;
}
th{
	color: #ffffff;
	background-color: #990000;
}
fieldset {
	margin-left: 25px;
	margin-right: 25px;
	width: 600px;
	background-color: #FEECC2;  
	border: solid 1px #FF6600 ;
}
legend
{
	margin-left: 1em;
	padding: 5px;
	color: #123A68;
	font-weight: bold;
}
label {
	margin-right: 3px;
	margin-left: 3px;
	font-weight: bold;
	color: #990000;
}
input.text {
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #990000;
	width: 300px;
	margin-left: 3px;
}
input.text_short {
		margin-bottom: 5px;
		background-color: #FFFFFF;
        border: 1px solid  #FF9900;
        width: 55px;
		margin-left: 3px;
}
input.text_med {
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid  #FF9900;
	width: 100px;
	margin-left: 3px;
}
input.text_int {
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #FF9900;
	width: 130px;
	margin-left: 3px;
}
select {
	border: 1px solid #FF9900;
	margin-left: 3px;
	}
textarea: {
	border: 1px solid #00008B;
	} 
input.btn {
	width: 75px;
	
}
input.btn1 {
	width: 75px;
}
textarea: {
	color: #123A68;
	margin-left: 3px;
}
.special {
	width:5px;
	height: 0px;
	visibility:hidden;
}
.dotted_bottom {
	border-bottom: dotted 2px #B83348;
}
.normal_list {
	list-style-image: none;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.large_red {
	font-size:16px;
	font-weight: bold;
	color: #A41613;	
}
.clearBoth {
 clear:both;
 }
