/* Start of CMSMS style sheet 'main' */
body {
	margin:0;
	padding:5px;
	background: #bad6ff;
	font-family: verdana;
}
ul {
	list-style-image: url(/uploads/images/art/bullet.png);
}

#mainWrapper {
	background: #fff;
	width:910px;
	/*height: auto;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px
}
/*drop shadow*/
#wrap1{
	background: url(/uploads/images/art/right.gif) right repeat-y;
	/*float: left;*/
}
#wrap2{
	background: url(/uploads/images/art/bottom.gif) bottom repeat-x;
}
#wrap3{
	background: url(/uploads/images/art/corner_br.gif) right bottom no-repeat;
}
#wrap4{
	background: url(/uploads/images/art/corner_bl.gif) left bottom no-repeat;
	padding: 0px 10px 10px 0px;
}
#headera {
	background-image: url(/uploads/images/art/header.jpg);
	height: 100px;
}
/* ie6 hack :( */
* html #headera {
	margin-bottom: -16px;
}
#header {
	height: 115px;
}
#header p {
	padding: 0px;
	margin: 0px;
}
#screensFrame{
	width: 900px;
	height: 300px;
}
#sidebar {
	float: right;
	border: 0px solid black;
	height: 100%;
}
.sidebarBox {
	border: 1px solid #CCCCCC;
	margin: 40px 20px 40px 20px;
	padding: 6px;
	width: 200px;
}
#upcoming {
}
#promo {
}
#contentBorder {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#contentPadding {
	padding: 10px;
}

h1,h2,h3,h4,h5  {
	color: #c9234b;
}
a {
	color: rgb(0,0,160);
}
a:visited {
	color: rgb(51,0,204);
}
a:hover {
	color: #EAA001; /*rgb(0,0,51)*/
}
.btn {
	background: url(/uploads/images/art/nav_grad.gif) repeat-x ;
	border: 1px outset;
	color: white;
	font-weight: bold;
}
#menubar {
	background: url(/uploads/images/art/nav_grad.gif) repeat;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menubar ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#menubar ul li
{ 
	display: inline;
	/*float: left;*/ /*use to remove gaps between menus*/
	margin: 0px 0px 0px 0px;
}
#menubar ul li a
{
	text-decoration: none;
	/*padding: .2em 1em;*/
	padding: 0px 4px 0px 4px;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	font-size: 0.8em;
	/*background-color: #036;*/
}
#menubar ul li a:hover
{
	color: rgb(51,0,204);
	background-color: #fff;
}
#search {
/*	text-align: center;
	position: absolute;
	left: 725px;
	top: 95px;
*/
	float: right;
	margin-right: 15px;
	margin-top: 73px;
	height: 22px;
}
#footer {
	text-align: center;
	font-size: 0.8em;
	background: #000;
	color: silver;
	border-top: 3px solid rgb(51,0,204);
}

#footer a {
	color: silver;
}
#footer a:hover {
	color: gray;
}

/*contact form*/
.contactform label
{
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.contactform textarea {
	width: 60%;
	height: 10em;
}
.contactform fieldset{
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 5px;
}
.contactform legend {
	color: #c9234b;
	font-size: 1.5em;
}
/* End of 'main' */

