/* TAG STYLES */

body
{
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-color: #000000;
	padding-bottom: 30px;
	font-size: 14px;
}

a
{
	color: #F7F042;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

p
{
	padding-bottom: 20px;
}

h1
{
	color: #F7F042;
	font-size: 1.7em;
	font-weight: bold;
	padding-bottom: 20px;
}

h2
{
	color: #F7F042;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 20px;
}

h3
{
	color: #F7F042;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 20px;
}

/* END OF TAG STYLES */

/* DIV STYLES */

#nav_holder
{
	width: 100%;
	height: 35px;
	background-color: #141517;
	margin-bottom: 40px;
}

.content_center_holder
{
	width: 936px;
	margin: 0px auto;
}

.left_column
{
	float: left;
	width: 322px;
}

.right_column
{
	float: left;
	width: 613px;
	padding-top: 20px;
}

.content_holder
{
	width: 569px;
	color: #FFFFFF;
	/*background: transparent url('../layout_images/trans_bg.png') 0 0 no-repeat;*/
}

.text_holder
{
	padding: 22px;
	width: 406px;
	background: transparent url('../layout_images/trans_bg.png') 0 0 no-repeat;
}

#footer_holder
{
	color: #FFFFFF;
}

.gallery_image_holder
{
	float: left;
	border: 1px #000000 solid;
	margin: 0px 10px 10px 0px;
}

.white_border
{
	border: 5px #FFFFFF solid;
}

.logo_holder
{
	padding: 15px 0px 15px 0px;
}

/* END OF DIV STYLES */

/* LINK STYLES */

#footer_holder a
{
	color: #FFFFFF;
}

/* END OF LINK STYLES */

/* LIST STYLES */

.footer_menu
{
	list-style: none;
}

.footer_menu li
{
	float: left;
	margin-right: 8px;
}

.footer_menu li a
{
	color: #FFFFFF;
	text-decoration: none;
}

.footer_menu li a:hover
{
	text-decoration: underline;
}
/* END OF LIST STYLES */

/* COMMON STYLES */

.red
{
	color: #FF0000;
}

.error_message
{
	color: #FF0000;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

/* END OF COMMON STYLES */

/* FORM LAYOUT STYLES */

form#contact_form
{
	float: left;
	width: 350px;
	margin: 0px 0px 20px 0px;
}

form#contact_form p
{
	padding: 0px 0px 5px 0px;
}

form#contact_form p label
{
	width: 7em;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color: #F7F042;
}

form#contact_form p input.textfield
{
	color: #000000;
	width: 190px;
	height: 1.3em;
	padding: 0 0 0 3px;
	background: #EEEEEE;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
}

form#contact_form p input.error
{
	color: #000000;
	width: 190px;
	height: 1.3em;
	padding: 0 0 0 3px;
	background: #FFCFCF;
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
}

form#contact_form p textarea.comment_box
{
	color: #000000;
	width: 230px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 3px;
	background: #EEEEEE;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
}

form#contact_form p textarea.comment_box_error
{
	color: #000000;
	width: 230px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 3px;
	background: #FFCFCF;
	border-color: #FF0000;
	border-style: solid;
	border-width: 1px;
}

form#contact_form p input.submit_button
{
	margin: 0px 0px 0px 7.5em;
	padding: 1px 2px 1px 2px;
}

/* END OF FORM LAYOUT STYLES */

/* IMAGE STYLES */

.gallery_image_holder img
{
	width: 100px;
	height: 100px;
}

/* END OF IMAGE STYLES */


/* MENU STYLE */

.menu {position:relative; z-index:100;border-right:1px solid #000000; font-family:arial, sans-serif;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {height: 35px;display:block;font-size:12px;text-decoration:none; background-repeat: no-repeat; background-position: 0 0;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:35px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
/*.menu ul ul a, .menu ul ul a:visited {background-color:#025591; color:#ffffff; height:auto; line-height:1em; padding:5px 10px; width:160px;border-width:0 1px 1px 1px;}*/
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#ffffff; background:#00426F;}
.menu :hover > a, .menu ul ul :hover > a {color:#ffffff ; background:#00426F;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
.menu a:hover{background-position: 0 -35px;}
.menu ul ul a{background-repeat: no-repeat; height: 35px;}
.menu ul ul a:hover{background-position: 0 -35px; background-repeat: no-repeat;}

/* END OF MENU STYLES */
