/* Start of CMSMS style sheet 'Typography' */
/*------------
	TYPO
------------*/

body {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #666;
}

/*------------
	HEADINGS
------------*/

h2 {
	color: #333;
	font-weight: normal;
	font-size: 1.8em;
	margin: 0.5em 0 1em;
	line-height: 1.1em;
}
.blue {color: #3399FF; font-style: italic;}
.smallSide #rightColumn h2 {font-size: 1.5em;}

h3 {
	color: #3399FF;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0 0 0.5em;	
	line-height: 1em;
}
h3 a {color:#333;}

h4 {
	color: #000;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0 0 0.5em;
}

/*------------
	HYPERLINKS
------------*/

a {
	text-decoration: none;
	color: #3399FF;
}
a:hover {
	color: #000;
}

h2 a {color: #666;}
h2 a:hover, h3 a:hover, h3 a .blue:hover, h2 a .blue:hover {color: #000;}

a img {border: none;}

/*------------
	LISTS
------------*/

ul {margin: 1em 0;}


/*------------
	FORMS
------------*/

fieldset {
	border: none;
	margin:0;
	padding: 0;
}

fieldset input, fieldset textarea, fieldset select {
	border: 1px solid #ccc;
	padding: 2px;
	width: 453px;
}

fieldset label {
	width: 120px;
	display: block;
}

.checkbox label {width: 453px;}
.checkbox input {width: 12px;}

.submit input {
	background-color: #BDBDBD;
	padding: 6px 9px;
	color: #fff;
	display: block;
	width: 125px;
	margin: 5px 0;
	cursor: pointer;
	border: none;
	text-align: left;
	float: right;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1em;
}
.submit input:hover {color: #000;}

/*------------
	EXISTING STYLES
------------*/

.style5 {color: #FF9900;}
.style6 {color: #3399FF;}
.style7 {color: #CC0000;}
.style12 {color: #3399FF;}
.style13 {color: #3399FF;}
.style15 {color: #003399; }

/* End of 'Typography' */

/* Start of CMSMS style sheet 'Layout' */
/*------------
	LAYOUT
------------*/

body {
	margin: 0;
	padding: 0;
	background-color: #F2F2F2;
}

#bodyWrapper {
	width: 780px;
	background: url(uploads/images/shadows.png) repeat-y scroll 0 0;
	position: relative;
        padding: 0 20px;
	margin: 0 auto 0;
}

/*------------
	BANNER
------------*/

#masthead {
	height: 233px;
	background: url(uploads/images/header_bg.jpg) no-repeat scroll 0 0;
}

#masthead h1 {margin: 0}

#masthead h1 a {
	background: url(uploads/images/logo_flat.gif) no-repeat scroll 0 0;
	height: 80px;
	width: 220px;
	display: block;
	text-indent: -9999em;
	outline: none;
	float: right;
}

/*------------
	BODY
------------*/

#contentWrapper {
	margin-top: 38px; 
	position: relative;
overflow: hidden;
background-color: #fff;
}

#leftColumn {
min-height: 450px;
height: expression( this.scrollHeight < 450 ? "450px" : "auto" ); /* sets min-height for IE */
}

.smallSide #leftColumn {
	float: left;
	width: 470px;
	margin-right: 0;
	padding: 18px 30px 18px 30px;
overflow: hidden;
display: inline;
}
#leftColumn img {
     max-width: 470px;
}
.smallSide #ie6  #leftColumn {width: 470px; }

.smallSide #rightColumn {
	float: right;
	width: 245px;
	padding: 18px 0;
}

.evenSide #leftColumn {
	float: left;
	width: 330px;
	margin-right: 40px;
	padding: 18px 0px 18px 30px;
overflow: hidden;
}
.evenSide #ie6  #leftColumn {width: 320px; }

.evenSide #rightColumn {
	float: right;
	width: 330px;
	padding: 18px 0;
margin-right: 20px;
display: inline;
}

#fullColumn {padding: 18px;}

#rightColumn p {margin-right: 20px;}

#footer {
	background: url(uploads/images/footer.jpg) no-repeat scroll 0 0;
	text-align: right;
	font-size: 0.9em;
	color: #999;
	clear: both;
	height: 33px;
	padding: 30px 10px 10px 0;
}

/*------------
	NAV
------------*/

#nav {
	width: 780px;
	height: 38px;
	background: url(uploads/images/nav_bg.png) repeat-x scroll 0 0;
	position: absolute;
	top: 233px;
	left:0;
margin: 0 20px;
}

#nav ul {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

#nav li {
	width: auto;
	float: left;
margin: 0;
padding: 1px 0;
}

#nav #menu_home a {
border-left: none;
}

#nav a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 12px 11px 12px 11px;
	line-height: 0.9em;
	font-size: 1.1em;
	font-weight: normal;
	font-family: helvetica, arial;
margin: 0;
border-left: solid 1px #D3D3D3;
border-right: solid 1px #ffffff;
}

#nav a:hover {color: #3399FF; background-color: #EEEFEF;}

#nav .menuactive {
background: url(uploads/images/nav_active.png) repeat-x scroll 0 0 #fff;
}

#nav .menuactive a {
	color: #3399FF;
background-color: #fff;
}

#nav #menu_login {
background: url(uploads/images/login_btn.gif) no-repeat scroll 0 0;
	padding: 0;
	margin: 10px 0 0 72px;
width: 81px;
height: 21px;
}
#nav #menu_login a {border: none; color: #fff; margin: 0; padding: 4px 10px; font-weight: bold;}
#nav #menu_login a:hover {color: #FFF685; background: none; }

a.btn {
	background: url(uploads/images/button.gif) no-repeat scroll 0 0;
	padding: 2px 0 0 0;
 height: 18px;
width: 185px;
	color: #fff;
	display: block;
	width: 100px;
	margin-bottom: 5px;
text-align: center;
font-weight: bold;
}
a.btn:hover {color: #FFF685;}

a.long {width: 185px;
	background: url(uploads/images/button_long.gif) no-repeat scroll 0 0;}

h4{
font-size: 16pt;
color: #666;
margin: 0;
padding: 0;
}

#fbsubmit{
background: url(uploads/images/button.gif) no-repeat scroll 0 0;
	padding: 0 0 0 0;
 height: 20px;
width: 185px;
	color: #fff;
	display: block;
	width: 100px;
	margin-bottom: 5px;
text-align: center;
font-weight: bold;
line-height: 12px;
}

#fbsubmit:hover{
color: #FFF685;
}

/* End of 'Layout' */

