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

body {
	margin: 0px;
	padding: 0px;
	font: normal 75% Verdana, Arial, Helvetica, sans-serif;
	color: #242424;
	}
img {
	border: 0;
	}
a {
	text-decoration: none;
	}
p {
	margin: 0px 0px 10px 0px;
	}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
form {
	padding: 0;
	margin: 0;
	}
hr {
	display: none;
	}
hr.notforscreen {
	display: block;
	border: 0; 
	margin: 0; 
	padding: 0;
	width: 100%;
	height: 2px;
	border-top: 2px solid #0A0A54;
	overflow: hidden; }
	}

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: 10px;
	}

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

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

#wrapper {
	}

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

#top {
	padding: 10px;
	}
	#top .logo {
		}

/** Top Nav **/

#top_nav {
	display: none;
	}

/** Header Photo **/

#header_photo {
	display: none;
	}

/** Tabs **/

#tabs {
	display: none;
	}

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

#middle {
	}

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

#content_full {
	padding: 10px;
	height: auto !important;
	height: 600px;
	min-height: 600px;
	}
	#content_full strong {
		color: #444;
		}
	
	/** Columns small **/
	#content_full .half {
		float: left;
		width: 46%;
		padding-right: 3%;
		margin-bottom: 10px;
		}
	#content_full .third {
		float: left;
		width: 29%;
		padding-right: 3%;
		margin-bottom: 10px;
		}
	#content_full .quarter {
		float: left;
		width: 21%;
		padding-right: 3%;
		margin-bottom: 10px;
		}
	
	/** Columns large **/
	#content_full .two_thirds {
		}
	#content_full .three_quarters {
		}
		
	
	#content_full ul {
		}
		#content_full ul li {
			}


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

#footer {
	padding: 10px;
	}
	#footer .left {
		}

/*
########################################
######                            ######
######     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 {
	margin-bottom: 10px;
	}
	#portfolio_thumbs img {
		float: left;
		margin-right: 2px;
		margin-bottom: 2px;
		cursor: pointer;
		}
#portfolio_image {
	display: none;
	}