/* @override 
	http://localhost:8888/wyegeneral/assets/wyegeneral/css/wyegeneral.css
*/

body{
	margin: 0;
	font-family: Arial;
	line-height: 19px;
	font-size: 13px;
	color: #808285;
	background-color: #000;
	margin: 0 auto;
}



a:link, a:visited {
	color: #52A9BD;
	text-decoration: none;

}
a:hover{
	color: #666;
	text-decoration: none;
}

img { border:0; }
.clearfix { clear: both; height: 1px; }



/* -------------------------------  HEADINGS */

h1, h2, h3, h4{
	font-family: Georgia;
	font-weight: normal;	
	margin-top: 10px;
	margin-bottom: 2px;
	color: #fff;

}
h1 { font-size: 19px; margin-bottom: 10px;}
h2{ font-size: 14px; font-style: italic; }
h3{ font-size: 14px; font-style: italic;}
h4{ font-size: 15px; }
h5{
	font-size: 10px;
	color: #666;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	line-height: 13px;
}

h4 a:link, h4 a:visited{
	color: #666;
	display: block;
	
}
h3 a:hover{ color: #005c97; } 
h3 a:hover{ color: #005c97; } 

h3.selected{
	background-color: #f8f1db;
	margin-right: 52px;
	
}
h4 a.selected{
	color: #52A9BD; 
	
}

/* -------------------------------  DIVIDERS */


.divider, .divider_header{
	border-top: 2px dotted #666;
	height: 2px;
	margin: 16px 0px;
	clear: both;
}
.divider_header{
	margin: 6px 0px;
}


/* -------------------------------  GENERAL */


.input_descr{
	/*background-color: #ccc;*/
	color: #666;
	padding: 2px;
	/*font-family: Arial;*/
}

.input_large, .input_med,.input_med2,.input_small{
	height: 18px;
	padding: 2px;
	margin: 2px 0;
	border: 0px;
	background-color: #ebebeb;
	color: #666;
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
}
.input_large { width: 350px;}
.input_med { width: 200px; }
.input_med2 { width: 300px; }
.input_small{ width: 100px;}

.input_title{ color: #777; }

textarea{
	width: 350px;
	border: 1px #ccc solid;
	font-family: "Courier New", Courier, monospace;
	line-height: 17px;
	font-size: 12px;
	color: #666666;
	padding: 2px;
}

select{
	color: #666;
}

.grey{
	color: #666;
}

.grey_sm{
	font-size: 11px;
	color: #666;
}

.small{
	font-size: 11px;
}



/* -------------------------------  STRUCTURE */


#frame{
	width:750px;
	margin: 0 auto;
	padding:0px;
	/*text-align: center;*/
}


#frame_home { /* for home page flash */
	position:absolute;
	width:750px;
	height:384px;
	margin:-192px auto auto -375px;
	left:50%;
	top:50%;
	/*background: url(../image/header.png) no-repeat;*/
}


#header{
	margin-top: 16px;
	margin-bottom: 10px;
	height: 384px;
	text-align: center;
}
#nav{
	position: relative;
	height: 384px;
	background: url(../image/header.png) no-repeat;
}
#nav ul{
	position: absolute;
	top: 300px;
	left: 150px;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#nav li{
	float: left;
	margin-right: 20px;
}

#nav a{
	color: #ccc;
}
#nav a:hover{
	color:#52A9BD;
}



#text_container_2col {
	margin-bottom: 20px;
	text-align: left;
}
#text_container_3col {
	margin-bottom: 20px;
	text-align: left;
}

#text_container_2col .col1{
	width: 367px;
	margin-right: 16px;
	float: left;
}
#text_container_2col .col2{
	width: 367px;
	float: left;
}

#text_container_3col .col1{
	width: 234px;
	margin-right: 24px;
	float: left;
}
#text_container_3col .col2{
	width: 234px;
	margin-right: 24px;
	float: left;
}
#text_container_3col .col3{
	width: 234px;
	float: left;
}

.image_container{
	margin-top: 16px;
}

#image_container_2 .img1, #image_container_2 .img2{
	width: 367px;
	height: 494px;
	float: left;
	overflow: hidden;
}
#image_container_2 .img1{
	margin-right: 16px;
}

#image_container_3 .img_col_left{
	margin-right: 16px;
	float: left;
}
#image_container_3 .img_col_right{
	width: 367px;
	height: 239px;
	margin-bottom:0px;
	float: left;
}
#image_container_3 .img1{
	width: 367px;
	height: 239px;
	margin-bottom: 16px;
	overflow: hidden;
}
#image_container_3 .img2{
	width: 367px;
	height: 239px;
	overflow: hidden;
}


#image_container_4 .img1{
	width: 367px;
	height: 494px;
	margin-right: 16px;
	float: left;
	overflow: hidden;
}
#image_container_4 .img2{
	width: 367px;
	height: 239px;
	margin-bottom: 16px;
	float: left;
	overflow: hidden;
}
#image_container_4 .img3{
	width: 367px;
	height: 239px;
	margin-bottom:0px;
	float: left;
	overflow: hidden;
}


