
/*
############################################
######                                ######
######     STANDARD/MARKUP STYLES     ######
######                                ######
############################################
*/

body {
	margin: 0px;
	padding: 0px;
	font: normal 75% Verdana, Arial, Helvetica, sans-serif;
	background-image:  url("../images/body_bg.gif");
	background-position: top center;
	color: #888;
	}
img {
	border: 0;
	}
a {
	color: #358CDC;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
p {
	margin: 0px 0px 15px 0px;
	}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
form {
	padding: 0;
	margin: 0;
	}
hr {
	display: none;
	}

small {
	font-size: 0.9em;
	}

/**************************/
/***** HEADER STYLES *****/
/************************/

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #0A0A54;
	font: normal 1.8em Arial, Helvetica, sans-serif;
	}
h2 {
	margin: 0px 0px 13px 0px;
	padding: 0px;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	}
h3 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font: bold 1.4em Arial, Helvetica, sans-serif;
	}
h4 {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	}
h5 {
	margin: 0px;
	padding: 0px;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	}
h6 {
	margin: 0px;
	padding: 0px;
	font: bold 1em Arial, Helvetica, sans-serif;
	font-style: italic;
	}



/*************************/
/***** MEDIA STYLES *****/
/***********************/

.notforscreen {
	display: none;
	}
.notforprint {
	}
.notforhandheld {
	}

.screenonly {
	}
.printonly {
	display: none;
	}
.handheldonly {
	display: none;
	}

/************************/
/***** MISC STYLES *****/
/**********************/

/** Error message **/

.error_message { 
	display: block;
	padding: 3px 4px 4px 4px;
	background-color: #FFDDDD;
	border: 1px solid #FF0000;
	margin: 0px 0px 10px 0px;
	color: #943131;
	}
	.error_message em{ 
		font-style: normal;
		}
	.error_message p {
		margin-bottom: 5px;
		}
	.error_message ul {
		}
		.error_message ul li {
			background-image: none;
			list-style-type: disc;
			}

/** Clear **/

.clear {
	height: 0px;
	overflow: hidden;
	clear: both;
	}
.clear_l { clear: left; }
.clear_r { clear: right; }
.clear_n { clear: none; }

/** Float **/

.float_l { float: left; }
	img.float_l { margin-right: 10px; margin-bottom: 10px; }
.float_r { float: right; }
	img.float_r { margin-right: 10px; margin-bottom: 10px; }
.float_n { float: none; }

/** Text align **/

.align_l { text-align: left; }
.align_r { text-align: right; }
.align_c { text-align: center; }
.align_j { text-align: justify; }

/************************/
/***** LINK STYLES *****/
/**********************/



/************************/
/***** FORM STYLES *****/
/**********************/

.frm_text,
.frm_text_sml,
.frm_dropdown,
.frm_multi,
textarea {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #5B5B5B;
	border: 1px solid silver;
	}
.frm_check,
.frm_radio {
	width: 13px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	}
.frm_button {
	}
.frm_submit {
	}



/************************/
/***** LINE STYLES *****/
/**********************/

.dots_horizontal {
	clear: both;
	background-image: url(/static/images/dots_horizontal.gif);
	background-repeat: repeat-x;
	height: 1px;
	overflow: hidden;
	font-size: 0.2em;
	line-height: 0.2em;
	margin-bottom: 15px;
	}

/*
####################################
######                        ######
######     WEBSITE STYLES     ######
######                        ######
####################################
*/

/*****************************/
/***** STRUCTURE STYLES *****/
/***************************/

#wrapper {
	font-size: 0.9em;
	background-image:  url("../images/middle_bg.gif");
	width: 776px;
	margin: auto;
	}

/***********************/
/***** TOP STYLES *****/
/*********************/

#top {
	position: relative;
	display: block;
	height: 60px;
	width: 776px;
	background-image:  url("../images/header_bg.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
	#top .logo {
		position: absolute;
		left: 25px;
		top: 19px;
		width: 349px;
		height: 36px;
		margin: 0;
		padding: 0;
		background-image:  url("../images/logo_screen.gif");
		}
	#top .logo a {
		display: block;
		width: 349px;
		height: 36px;
		}
		#top .logo img {
			display: none;
			}

/** Top Nav **/

#top_nav {
	position: relative;
	top: 20px;
	right: 11px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: black;
	}
	#top_nav a {
		color: black;
		}
	#top_nav a:hover {
		text-decoration: underline;
		}
	#top_nav a.active {
		font-weight: bold;
		}

/** Header Photo **/

#header_photo {
	position: relative;
	left: 10px;
	clear: both;
	width: 756px;
	height: 163px;
	}

/** Tabs **/

#tabs {
	position: relative;
	left: 10px;
	width: 756px;
	height: 25px;
	margin: 0;
	padding: 0;
	background-image:  url("../images/tabs_bg.gif");
	}
	#tabs li {
		position: relative;
		left: 20px;
		top: 6px;
		float: left;
		height: 25px;
		margin: 0 21px 0 0;
		padding: 0;
		list-style-type: none;
		font-size: 1.5em;
		font-family: Arial, Helvetica, sans-serif;
		}
		#tabs li a {
			float: left;
			height: 16px;
			line-height: 16px;
			color: white;
			background-image:  url("../images/tabs_arrow1.gif");
			background-position: left top;
			background-repeat: no-repeat;
			padding-left: 20px;
			}
			#tabs li a strong {
				position: relative;
				top: -1px;
				font-weight: bold;
				}
		#tabs li a:hover {
			text-decoration: none;
			background-position: left center;
			color: #CFD6E5;
			}
		#tabs li a.active {
			text-decoration: none;
			background-position: left bottom;
			}
			#tabs li a.active strong {
				font-weight: bold;
				}

/**************************/
/***** MIDDLE STYLES *****/
/************************/

#middle {
	width: 776px;
	background-image:  url("../images/middle_bg.gif");
	}

/*************************/
/***** CONTENT FULL *****/
/***********************/

#content_full {
	position: relative;
	left: 5px;
	clear: both;
	width: 766px;
	width/**/:/**/ 716px;
	height: auto !important;
	height: 250px;
	min-height: 250px;
	padding: 10px 25px;
	}
	#content_full strong {
		color: #444;
		}
	
	/** Columns small **/
	#content_full .half {
		float: left;
		width: 358px;
		width/**/:/**/ 338px;
		padding-right: 20px;
		}
	#content_full .third {
		float: left;
		width: 238px;
		width/**/:/**/ 223px;
		padding-right: 15px;
		}
	#content_full .quarter {
		float: left;
		width: 179px;
		width/**/:/**/ 169px;
		padding-right: 10px;
		}
	
	/** Columns large **/
	#content_full .two_thirds {
		float: left;
		width: 476px;
		width/**/:/**/ 461px;
		padding-right: 15px;
		}
	#content_full .three_quarters {
		float: left;
		width: 537px;
		width/**/:/**/ 537px;
		padding-right: 10px;
		}
		
	
	#content_full ul {
		padding: 0 0 0 10px;
		margin: 0 0 10px 0;
		list-style: none;
		}
		#content_full ul li {
			margin: 0;
			padding: 0 0 0 12px;
			background-image:  url("../images/bullet_1.gif");
			background-position: 2px 4px;
			background-repeat: no-repeat;
			}
	#content_full .error_message ul {
		background-image: none;
		margin: 0 0 10px 10px;
		padding: 0 0 0 20px;
		}
		#content_full .error_message ul li {
			background-image: none;
			margin: 0;
			padding: 0;
			}

/**************************/
/***** FOOTER STYLES *****/
/************************/

#footer {
	clear: both;
	width: 776px;
	height: 30px;
	margin: auto;
	background-image:  url("../images/footer_bg.gif");
	color: white;
	font-size: 0.9em;
	}
	#footer .left {
		position: relative;
		float: left;
		left: 30px;
		top: 3px;
		margin: 0;
		padding: 0;
		}

/*
########################################
######                            ######
######     UNIQUE PAGE STYLES     ######
######                            ######
########################################
*/

/*************************/
/****** FORM STYLES *****/
/***********************/

label {
	color: #444;
	}
	label em,
	span em {
		color: red;
		}

.frm_text:focus,
.frm_dropdown:focus,
.frm_multi:focus,
.frm_file:focus,
textarea:focus {
	background-color: #FFD2D2;
	}
/***** FIELDSET FLOAT *****/

.fld_float {
	margin-bottom: 10px;
	}
	.fld_float label,
	.fld_float span {
		position: relative;
		top: 2px;
		float: left;
		width: 150px;
		}
	.fld_float .frm_text,
	.fld_float .frm_dropdown,
	.fld_float .frm_multi,
	.fld_float .frm_file,
	.fld_float textarea,
	.fld_float .frm_float1 {
		float: left;
		width: 150px;
		margin-bottom: 5px;
		}
	.fld_float .frm_check,
	.fld_float .frm_radio {
		float: left;
		margin-bottom: 5px;
		}
	.fld_float .lbl_neutral {
		float: left;
		width: auto;
		font-weight: normal;
		margin-bottom: 5px;
		}
		.fld_float .lbl_neutral .frm_text,
		.fld_float .lbl_neutral .frm_dropdown,
		.fld_float .lbl_neutral .frm_multi,
		.fld_float .lbl_neutral .frm_file,
		.fld_float .lbl_neutral textarea {
			width: auto;
			}

	.fld_float .frm_float1 label {
		position: relative;
		top: 0px;
		float: left;
		font-weight: normal;
		width: 180px;
		padding-left: 5px;
		}
	
	.fld_float .frm_float2 {
		float: left;
		width: 50px;
		}
		.fld_float .frm_float2 label {
			float: none;
			width: auto;
			display: block;
			text-align: center;
			font-weight: normal;
			font-size: 0.9em;
			padding-bottom: 7px;
			}
		.fld_float .frm_float2 .frm_check,
		.fld_float .frm_float2 .frm_radio {
			float: none;
			display: block;
			margin: auto;
			}
	

/***** FIELDSET BLOCK *****/

.fld_block {
	margin-bottom: 10px;
	}
	.fld_block br {
		display: none;
		}

	.fld_block label,
	.fld_block span {
		display: block;
		clear: both;
		}
	.fld_block .lbl_neutral {
		float: left;
		width: auto;
		font-weight: normal;
		margin-bottom: 5px;
		clear: none;
		}
		.fld_block .lbl_neutral .frm_text,
		.fld_block .lbl_neutral .frm_dropdown,
		.fld_block .lbl_neutral .frm_multi,
		.fld_block .lbl_neutral .frm_file,
		.fld_block .lbl_neutral textarea {
			width: auto;
			}
		
		
	.fld_block .frm_text,
	.fld_block .frm_dropdown,
	.fld_block .frm_multi,
	.fld_block .frm_file,
	.fld_block textarea {
		display: block;
		width: 300px;
		}
	.fld_block textarea {
		height: 80px;
		}

/***** FIELDSET CHECK RADIO *****/

.fld_check {
	margin-bottom: 10px;
	}
	.fld_check .frm_check {
		float: left;
		}
	.fld_check label {
		float: left;
		padding-left: 10px;
		width: 320px;
		}

/***** FIELDSET SUBMIT *****/

.fld_submit {
	margin-bottom: 10px;
	}
	.fld_submit .frm_message {
		position: relative;
		top: 4px;
		float: right;
		}
		.fld_submit .frm_message em {
			color: red;
			font-weight: bold;
			}
	.fld_submit .frm_submit {
		border: 0px;
		padding-left: 12px;
		padding-right: 12px;
		text-align: center;
		font-weight: bold;
		font-size: 1em;
		cursor: pointer;
		background-color: #f2f2f2;
		border: 1px solid #d5d5d5;
		}
	.fld_submit .frm_submit:hover {
		background-position: left bottom;
		}
	
/******************************/
/****** PORTFOLIO STYLES *****/
/****************************/

#portfolio_thumbs {
	float: left;
	width: 238px;
	width/**/:/**/ 223px;
	padding-right: 15px;
	}
	#portfolio_thumbs img {
		float: left;
		margin-right: 2px;
		margin-bottom: 2px;
		cursor: pointer;
		}
#portfolio_image {
	display: block;
	margin: auto;
	}