*{
	margin: 0;
	padding: 0;
	outline: none;
}

body{
	margin: 0;
	font-size: 62.5%;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) no-repeat center top #2d75b9;
	color: #fff;
}

h1{
	color: #fff;
	font-size: 1.6em;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #cecece;
	margin-bottom: 10px;
}

h2{
	color: #ccc;
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 0;
}

h3{
	color: #fff;
	background: url(../images/rounded_h3.png) left bottom #000 no-repeat;
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 5px;
	padding-left: 5px;
}

h3 span{
	background: url(../images/rounded_h3.png) bottom right #000 no-repeat;
	padding: 5px 15px 5px 10px;
	display: block;
}

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

div#wrapper{
	width: 990px;
	margin: 20px auto;
}

div#footer_wrapper{
	width: 950px;
	padding: 0 20px 20px;
	margin: 0 auto 30px;
	background: url(../images/bottom.png) bottom left no-repeat;
}

div#header{
	background: url(../images/top.png) top left no-repeat;
	width: 950px;
	padding: 20px 20px 0;
	position: relative;
	padding-top: 135px;
}

div#logo a{
	position: absolute;
	top: 45px;
	left: 60px;
	background: url(../images/promark_logo.png) no-repeat;
	width: 314px;
	height: 118px;
	text-indent: -500000px;
}

div#nav{
	background: #333;
	width: 950px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div#nav del{
	text-decoration: none;
	display: inline-block;
	clear: both;
}

div#nav ul{
	list-style: none;
	text-align: center;
	clear: both;
}

div#nav ul li{
	display: block;
	float: left;
	font-size: 1.3em;
	display: inline;
}

div#nav ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	padding: 10px 35px;
	margin-right: 2px;
	/* border-top: 3px solid #333; */
}

div#nav ul li a:hover{
	color: #fff;
	background: #1B75BB;
	/* border-top: 3px solid #999; */
}

div#nav ul li.current a{
	color: #fff;
	background: #1B75BB;
	/* border-top: 3px solid #999; */
}

div#content{
	background: url(../images/content_bg.jpg) repeat-y;
	width: 950px;
	height: 350px;
	font-size: 1.3em;
	line-height: 1.7em;
	color: #fff;
}

div#flash_holder{
	width: 500px;
	height: 350px;
	float: left;
	border-right: 2px solid #ccc;
}

div#flash_holder object{
	display: block;
}

div#content_text{
	padding: 20px;
	height: 310px;
	overflow: auto;
}

div#content_text p{
	margin-bottom: 10px;
}

div#left{
}

div#right{

}

div#footer{
	background: url(../images/bottom.png) no-repeat bottom left;
	width: 950px;
	padding: 0 20px 20px;
	position: relative;
	font-size: 1.3em;
}

div.footer_left{
	float: left;
	padding: 0 20px 20px;
}

div.footer_left p{
	margin-bottom: 3px;
	font-size: 0.8em;
}

div.footer_left input, div.footer_left textarea{
	width: 211px;
	padding: 0;
	background: none;
	border: none;
	color: #2b71b4;
}

div.footer_left p.form_field{
	padding: 4px;
	background: #cecece;
	color: #2b71b4;
}

div.footer_right{
	float: right;
	padding: 20px;
	width: 180px;
}

div.footer_middle{
	padding: 0 20px 20px;
	margin-left: 261px;
	margin-right: 221px;
}

div.footer_middle ul{
	list-style: none;
}

div.footer_middle ul li{
	padding: 3px 10px;
}

div#content_text ul{
	padding-left: 20px;
	list-style-type: circle;
	margin-bottom: 10px;
}

/** CONTACT **/

.good_job{
	background-image: url(../images/check.png);
	background-position: right center;
	color: green;
}

.note{
	color:#CCC;
}

.message{
	background:#8CC73F;
	border: 2px solid #5f8b2a;
	padding:5px;
	margin:3px 0;
}

.error{
	background: #ff0000;
	border: 2px solid #a90000;
	padding:5px;
	margin:3px 0;
}

/** CONTACT **/

/** FORMS **/

table.form{
	width: 100%;
	margin-bottom: 10px;
}

table.form td{
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #666;
	background: #333;
}

table.form td.title{
	text-align: right;
	font-weight: bold;
}

input, textarea{
	padding: 3px;
	color: #666;
}

div#eventsScroll{
	height: 175px;
	overflow: hidden;
}

/** FORMS **/

/** CLEARFIX **/
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/** CLEARFIX **/
