/* General Structure */

*{
margin:0;
padding:0;
}

html
	{ 
	background: url(../img/main/background.jpg) repeat-x left top;
	}


body 
	{ 
	color: #000000; 
	padding: 0;
	margin: 0;
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif; 
	}
	
img
    {
    border: 0;
    }

img.box
    {
	border: 1px solid #d7d6d3;
    }

.red
    {
    color: #CC0000;
    display: block;
    }

p  
	{ 
	position: relative;
	font-size: 11px; 
	}
	
ul.text
	{
	padding: 0 2em;
	list-style-type: square;
	font-size: 11px;
	}

p a, p a:link, p a:visited, #content a, #content a:link, #content a:visited
	{
	position: relative;
	color: #7D7D7D;
	text-decoration: underline;
	}

p a:hover, #content a:hover
	{
	color: #BF2F38;
	text-decoration: underline;
	}

p.wwide
	{
	padding: 2px;
	margin: 0;
	}
		
h1 
	{ 
	display: block;
	padding-top: 20px; 
	padding-bottom: 0; 
	padding-left: 10px; 
	padding-right: 10px; 
	margin: 0; 
	font-size: 16px; 
	font-weight: bold; 
	line-height: 1;
	}

h2 
	{ 
	display: block;
	padding-top: 0; 
	padding-bottom: 0; 
	padding-left: 10px; 
	padding-right: 10px; 
	margin: 0; 
	font-size: 14px; 
	font-weight: bold;
	color: #CC0000;
	line-height: 1;
	}

h3 
	{ 
	position: relative;
	display: block;
	padding-top: 20px; 
	padding-bottom: 0; 
	padding-left: 10px; 
	padding-right: 10px; 
	margin: 0; 
	font-size: 11px; 
	font-weight: bold;
	color: #CC0000;
	line-height: 1;
	}

#content h3 a, #content h3 a:link, #content h3 a:visited
	{
	text-decoration: none;
	}

#content h3 a:hover
	{
	text-decoration: underline;
	}
	
#container 
	{ 
	position: relative;
	width: 944px;
	margin: 0 auto;
	padding: 0;
	/*margin-top: 10px;*/
	background-color: #F3F1EA;
	}

/* Header Structure */

.nav
	{
	position: relative;
	float: left;
	width: 900px;
	height: 20px;
	padding: 0;
	margin: 0;
	margin-left: 15px;
	>margin-left: 10px;
	margin-top: 65px;
	border: 0;
	display: block;
	background: transparent;
	z-index: 100;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	}

.nav ul {
	padding: 0;
	margin: 0;
	}

#bar {
	padding: 0;
	margin: 0;
	}

#bar li {
	list-style-type: none;
	position: relative;
	width: 150px;
	height: 20px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	}

#bar li a { /* for all pulldown links */
	display: block; 
	width: 150px;
	height: 20px;
	border: 0;
	margin: 0;
	padding: 0;
	color: #E9E9E9;
	text-decoration: none;
	text-align: center;
	background: transparent;
	}

#bar li a:hover, #bar li:hover a
	{
	background: transparent;
	color: #000000; 
	height: 20px;
	}

#bar li.wide {
	width: 300px;
	}

#homeheader 
	{ 
	position: static;
	float: left;
	display: block;
	width: 944px;
	margin: 0;
	padding: 0;
	background-color: #F3F1EA;
	}

#header 
	{ 
	position: static;
	float: left;
	display: block;
	width: 944px;
	height: 120px;
	margin: 0;
	padding: 0;
	background-color: #F3F1EA;
	}

.page_img
	{
	position: static;
	float: left;
	width: 912px;
	height: 187px;
	padding: 0;
	margin: 0;
	margin-top: -3px;
	margin-left: 16px;
	>margin-left: 8px;
	/*border-top: #FFFFFF 1px solid;*/
	display: block;
	}

div.logo
	{
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	width: 944px;
	height: 129px;
	display: block;
	/*background: #000000;*/
	z-index: 20;
	}

/* Content Structure */

#content {
	position: relative;
	width: 923px;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	background-color: #F3F1EA;
	float: left;
	z-index: 1;
	}

.outer 
	{
	border-left-width: 474px;  /* left column width */
	border-left-color: #F3F1EA;   /* left column color */
	
	border-right-width: 0; /* right column width */
	border-right-color: #F3F1EA;  /* right column color */
	
	background-color: #F3F1EA; /* center column color */
	
	width: 0; 
	border-left-style: solid; 
	border-right-style: solid;
	
	}

.outer2 
	{
	border-left-width: 350px;  /* left column width */
	border-left-color: #F3F1EA;   /* left column color */
	
	border-right-width: 0; /* right column width */
	border-right-color: #F3F1EA;  /* right column color */
	
	background-color: #F3F1EA; /* center column color */
	
	width: 0; 
	border-left-style: solid; 
	border-right-style: solid;
	
	}

.inner 
	{ 
	margin: 0; 
	width: 100%; 
	}

.left 
	{
	width: 475px;
	margin-left: -475px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
	color: #000; 
	/*background-color: red;*/
	display: block;
	float: left;
	position: relative;
	min-height: 175px;
	height: auto !important;
	height: 175px;
	z-index: 10;
	}
	
.left div.homebox h1
	{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #BA3137;
	font-size: 14px;
	width: 150px;
	float: left;
	}

.left div.homebox p
	{
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	color: #778391;
	}

.left div.homebox
	{
	margin: 0;
	padding: 0;
	width: 430px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 10px;
	margin-left: 8px;
	font-size: 11px;
	text-align: left;
	border: 1px solid #d7d6d3;
	background-color: #FFFFFF;
	color: #4C4A43
	display: block;
	}

.left div.homearea
	{
	margin: 0;
	padding: 0;
	width: 450px;
	height: 349px;
	margin-left: 8px;
	margin-bottom: -25px;
	font-size: 11px;
	text-align: left;
	background: url(../img/pages/home_left_new.png) no-repeat left top;
	display: block;
	float: left;
	}

.left .homearea div.hometext
	{
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-left: 180px;
	_margin-left: 90px;
	width: 250px;
	height: 250px;
	text-align: left;
	background-color: transparent;
	float: left;
	display: block;
	}

.left .homearea div.hometext p
	{
	font-size: 12px;
	line-height: 1.5;
	color: #4C4A43;
	margin-top: 12px;
	margin-bottom: 12px;
	float: left;
	}

.left .homearea a
	{
	margin: 0;
	padding: 0;
	margin-left: 290px;
	width: 150px;
	height: 45px;
	text-align: left;
	background: #FFFFFF url(../img/pages/email_us.png) no-repeat left top;
	float: left;
	cursor: pointer;
	}

.left div.box h1
	{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #BA3137;
	font-size: 14px;
	}

.left div.box p
	{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #778391;
	}

.left div.box
	{
	margin: 0;
	padding: 0;
	width: 430px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 10px;
	margin-left: 8px;
	font-size: 11px;
	text-align: left;
	border: 1px solid #d7d6d3;
	background-color: #FFFFFF;
	color: #4C4A43;
	}

.left #copy
	{
	position: absolute;
	display: block;
	margin-left: 60px;
	float: left;
	z-index: 200;
	width: 380px;
	}

.left .slideshow
	{
	position: static;
	display: block;
	clear: both;
	>float: both;
	z-index: 15;
	height: 231px;
	width: 351px;
	}

.left #showme
	{
	position: relative;
	display: block;
	margin-left: 60px;
	>margin-left: 50px;
	float: left;
	>float: both;
	z-index: 15;
	width: 380px;
	}

.left #showme h1
	{
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	text-align: left;
	color: #BA3137;
	font-size: 14px;
	font-weight: normal;
	float: left;
	line-height: 1.4;
	z-index: 15;
	width: 210px;
	}

.left #showme p
	{
	display: block;
	color: #4C4A43;
	float: left;
	z-index: 15;
	line-height: 1.4;
	margin-top: 0;
	margin-left: 1px;
	width: 210px;
	}

.left #showme .col1
	{
	display: block;
	float: left;
	z-index: 15;
	width: 210px;
	}

.left #showme .col2
	{
	display: block;
	float: left;
	z-index: 15;
	margin-left: 35px;
	>margin-left: 25px;
	margin-top: 35px;
	width: 120px;
	}

.left #showme .col3
	{
	display: block;
	float: left;
	z-index: 15;
	width: 330px;
	}

.left #showme .col3 p
	{
	width: 330px;
	}


.left2 
	{
	width: 350px;
	margin-left: -350px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
	color: #000; 
	display: block;
	float: left;
	position: relative;
	min-height: 175px;
	height: auto !important;
	height: 175px;
	background: transparent;
	z-index: 10;
	}

.left2 div.box h1
	{
	margin: 0;
	padding: 10px;
	text-align: left;
	color: #BA3137;
	font-size: 24px;
	}

.left2 div.box p
	{
	margin: 0;
	padding: 10px;
	text-align: left;
	line-height: 2;
	font-size: 13px;
	color: #4C4A43;
	}

.left2 div.box
	{
	position: relative;
	margin: 0;
	padding: 0;
	width: 250px;
	min-height: 293px;
	height: auto !important;
	height: 293px;
	padding: 20px;
	padding-right: 10px;
	margin-left: 50px;
	font-size: 11px;
	text-align: left;
	border: 1px solid #d7d6d3;
	background-color: #FFFFFF;
	color: #4C4A43;
	}
	
.left2 div.contactbox
	{
	margin: 0;
	padding: 0;
	width: 250px;
	min-height: 293px;
	height: auto !important;
	height: 293px;
	margin-left: 50px;
	/*border: 1px solid #d7d6d3;*/
	background-color: #FFFFFF;
	}
	
.center 
	{ 
	width: 0; 
	float: left; 
	position: relative;
	z-index: 12; 
	}

.right 
	{
	width: 450px; /* right column width */
	display: block;
	float: left;
	position: relative;
	/*background-color: blue; */
	z-index: 11;
	}

.right2 
	{
	width: 574px; /* right column width */
	display: block;
	float: left;
	position: relative;
	/*background-color: blue; */
	z-index: 11;
	}

#push15
	{
	position: static;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	display: inline;
	width: 430px;
	height: 100px;
	/*background: red;*/
	}

#push15 img
	{
	position: static;
	margin-left: 15px;
	float: left;
	display: inline;

	}

#push30
	{
	position: static;
	padding: 0;
	margin: 0;
	padding-left: 30px;
	float: left;
	}

.right2 .features_box 
	{
	position: static;
	padding: 0;
	margin: 0;
	float: left;
	width: 511px;
	height: 333px;
	border: 1px solid #d7d6d3;
	background-color: #FFFFFF;
	background: url(../img/pages/box_girl_features.jpg) no-repeat left top;
	color: #4C4A43;
	line-height: 1.3;
	>line-height: 1.2;
	z-index: 1;
	}

.right2 .features_box_inside
	{
	position: static;
	padding: 10px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 300px;
	/*height: 333px;*/
	overflow: none;
	color: #4C4A43;
	font-size: 12px;
	z-index: 1;
	}

.right2 .contact_box 
	{
	position: static;
	padding: 0;
	margin: 0;
	float: left;
	width: 510px;
	height: 333px;
	border: 1px solid #d7d6d3;
	background-color: #FFFFFF;
	background: url(../img/pages/map.jpg) no-repeat left top;
	color: #4C4A43;
	z-index: 1;
	}

.right2 .contact_box_inside
	{
	position: static;
	margin-top: 15px;
	margin-left: 15px;
	float: left;
	width: 240px;
	overflow: none;
	color: #4C4A43;
	font-size: 12px;
	z-index: 1;
	}

.right2 .contact_box_inside p
	{
	margin: 0;
	padding: 0;
	margin-bottom: 13px;
	position: static;
	float: left;
	width: 240px;
	color: #4C4A43;
	font-size: 12px;
	z-index: 1;
	}

.right2 .contact_box_inside h1
	{
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	position: relative;
	float: left;
	/*vertical-align: bottom; */
	width: 240px;
	color: #BA3137;
	font-size: 22px;
	display: block;
	z-index: 1;
	}

.right2 a.contact_image
	{
	margin: 0;
	padding: 0;
	left: 5px;  
	top: 8px;
	position: relative;
	color: #4C4A43;
	z-index: 1;
	height: 20px;
	}
	.right2 a.contact_link, .right2 a.contact_link:link, .right2 a.contact_link:visited
	{
	margin: 0;
	padding: 0;
	left: 5px;
	top: -5px;
	position: relative;
	font-weight: normal;
	color: #4C4A43;
	font-size: 12px;
	z-index: 1;
	}

.right2 a.contact_link:hover
	{
	margin: 0;
	padding: 0;
	left: 5px;
	top: -5px;
	position: relative;
	font-weight: normal;
	color: #BA3137;
	font-size: 12px;
	z-index: 1;
	}

	.right2 a.email_link, .right2 a.email_link:link, .right2 a.email_link:visited
	{
	margin: 0;
	padding: 0;
	margin-top: 1px;
	position: relative;
	display: inline;
	float: left;
	color: #4C4A43;
	font-size: 12px;
	z-index: 1;
	}

.right2 a.email_link:hover
	{
	margin: 0;
	padding: 0;
	margin-top: 1px;
	position: relative;
	display: inline;
	float: left;
	color: #BA3137;
	font-size: 12px;
	z-index: 1;
	}
	
#news_holder
	{
	position: static;
	float: left;
	width: 265px;
	margin-top: 5px;
	z-index: 1;
	}

#news_image
	{
	position: relative;
	float: left;
	margin-top: 15px;
	width: 120px;
	height: 80px;
	display: inline;
	z-index: 1;
	}

#news_image img
	{
	width: 120px;
	height: 80px;
	}

img.news_page 
	{
	width: 220px;
	height: 135px;
	}
	
.links 
	{
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	width: 924px;
	/*margin-bottom: 5px;
		margin-top: 5px;*/
	text-align: center;
	z-index: 1;
	}

.clear { clear: both; }


/* footer structure */
		
#footer {
	position: static;
	width: 944px;
	height: 34px;	 
	margin: 0;
	padding: 0;
	display: block;
	z-index: 1;
	clear: both;
	}

.contact {
	position: static;
	height: 19px;
	width: 917px;
	margin: 0;
	padding-top: 15px;
	font-size: 10px;
	text-align: center;
	color: #7D7D7D;
	display: block;
	float: left;
	}

.contact a, .contact a:link, .contact a:visited {
	padding: 0;
	color: #7D7D7D;
	text-decoration: none;
	}

.contact a:hover {
	text-decoration: underline;
	color: #BF2F38;
	}

.noc, .noc a
	{
	position: static;
	float: left;
	display: block;
	width: 27px;
	height: 34px;
	padding: 0;
	margin: 0;
	border: 0;
	background:url(../img/main/thinknocturnal.gif) no-repeat right bottom;
	z-index: 25;
	}
	
/* accordion */

div#test-accordion {
	padding: 0;
}

div.accordion {
	position: relative; /* required for bounding */
	width:400px;
	border: 1px solid #d7d6d3;
}

div.accordion-head {
	position: relative; /* required for bounding */
	text-indent: 20px;
	padding: 5px;
	background: #4C4A43;
	color: #FFFFFF;
	font-size: 18px;
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #F3F1EA;
	background-image:url(../img/pages/units_arrow_left.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color: #4C4A43;
	text-indent: 35px;
    cursor: pointer;
	margin-bottom:1px;
	padding:9px 14px 6px 14px;
	/*border-top:1px solid #e0e0e0;*/	
}

div.accordion-toggle:hover, div.accordion-toggle-active{
	background-image:url(../img/pages/units_arrow_down.gif);
	background-color:#F3F1EA;
	/*border-top:1px solid #e0e0e0;*/
}

div.accordion-toggle2 {
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	background: #F3F1EA;
	background-image:url(../img/pages/units_arrow_down.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	color: #4C4A43;   
	text-indent: 35px;
	cursor: default;
	margin-bottom:1px;
	padding:9px 14px 6px 14px;
	/*border-top:1px solid #e0e0e0;*/	
}
div.accordion-toggle2:hover{
	background-image:url(../img/pages/units_arrow_down.gif);
	background-color:#F3F1EA;
	/*border-top:1px solid #e0e0e0;*/
}

div.accordion-content {
    overflow: hidden;	/* required for effect */
    background: #FFFFFF;
	padding:9px 24px 6px 24px;
	color:#BF2F38;
	/*border-bottom:1px solid #000000;*/
}

div.accordion-content p {
    background: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	text-indent: 25px;
}

#test-accordion a, #test-accordion a:link, #test-accordion a:visited, #test-accordion a:hover {
    text-decoration: none;
}

div.accordion-content2 {
    overflow: hidden;
    background: #FFFFFF;
	padding:9px 24px 6px 24px;
	color:#4C4A43;
}

div.accordion-content2 p {
    background: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 25px;
	display: block;
	position: static;
	>padding-left: 25px;
	line-height: 1.4;
	font-size: 11px;
	width: 180px;
}

div.accordion-content2 div {
	display: block;
	position: absolute;
	margin-top: -80px;
	margin-left: 266px;
	z-index: 30;
}

