/* Originally created by Igor Penjivrag (www.colorlightstudio.com) - 12.11.2006 */

body {
	margin: 0;
    padding: 0;
	font-family: Verdana, Arial, sans-serif;
    font-size: .8em;
}

#cmswrap {
	background: url(/media/images/top_bg.gif);
	background-repeat: repeat-x;
}

p {
	margin: 0 0 0px 0;
	/*margin: 0 0 10px 0;*/
	padding: 0;
}

h2 {
	margin:0;
	padding:0;
	font-size: 15px;
}

h2, #orange h2 {
    color: #f90;
}

#red h2 {
    color: #f00;
}

#green h2 {
    color: #0a0;
}

#purple h2 {
    color: #909;
}



ul {
	font-size: 10px;
	margin:0;
	padding:0;
}

a, #orange a {
	color: #f90;
}

#red a {
	color: #f00;
}

#green a {
	color: #0a0;
}

#purple a {
	color: #909;
}



a:hover {
	text-decoration: none;
}

blockquote{
	padding: 10px;
}


/**** Main Container ***/

#wrap {
    margin-left: auto;
    margin-right: auto;
    width: 730px;
}

/**** Top ***/

#top {
	width: 100%;
	height: 88px;
	color: #fff;
	background: #000 url(/media/images/top_bg.gif);
	overflow:hidden;
}

#top h2 {
	color: #fff;
	letter-spacing: 5px;
	font-size: 2.5em;
	font-weight: normal;
	position: relative;
	margin: 0;
    padding-left: 1px;
	float:left;
}

#top h2 a {
    margin:0;
    display: block;
    font-size: 36px;
    padding: 24px 0px 5px 0; 
	color: #fff;
	text-decoration: none;
}

#top h2 a:hover, #orange #top h2 a:hover { 
    border-bottom: 5px solid #f90;
}

#red #top h2 a:hover { 
    border-bottom: 5px solid #f00;
}

#green #top h2 a:hover { 
    border-bottom: 5px solid #0a0;
}

#purple #top h2 a:hover { 
    border-bottom: 5px solid #909;
}

/**** Main Menu ***/

#menu {
	display: block;
	float:right;
}

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

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 55px 10px 3px 10px;
	text-decoration: none;
	color: #fff;
}

* html #menu a {
    width:1%;
}

#menu li.on a {
	border-bottom: 5px solid #eee;
}

#menu li a:hover, #orange #menu li a:hover {
	border-bottom: 5px solid #f90;
}

#red #menu li a:hover {
	border-bottom: 5px solid #f00;
}

#green #menu li a:hover {
	border-bottom: 5px solid #0a0;
}

#purple #menu li a:hover {
	border-bottom: 5px solid #909;
}

#menu li.on a, #orange #menu li.on a {
	background-color: #eee;
    color: #666;
}

#red #menu li.on a:hover {
	color: #f00;
}

#green #menu li.on a:hover {
	color: #0a0;
}


#purple #menu li.on a:hover {
	color: #909;
}


#menu li.on a:hover {
	color: #f90;
}


/**** Content Container ***/

#content {
	width: 100%;
	margin-top: 20px;
    font-size: 1.2em;
}


#content h2 {
	padding: 10px 0;
}


/**** Content ***/


#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}

#left {
	width: 400px;
    padding-top: 10px;
	float:left;
	display: inline;
}


/**** Sidebar ***/


#right {
	width: 315px;
	float: right;
	display: block;
}

#right .box {
	background: #fafafa;
	border: 1px solid #eee;
	padding:10px;
    margin-bottom: 20px;
}

/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


#footer {
    margin: 20px auto 0 auto;
	text-align: center;
	border-top: dotted 1px #ccc;
	padding: 20px 0 20px 0;
	width: 70%;
}

#footer p {
	margin: 0;
	padding: 0;
}

/* Added September 2009 */
/* give all headings, 16px top/bottom margin for consistency in IE inside floated dif */
h1, h2, h3, h4 {
    margin: 16px auto;
}

ul {
    margin-left: 30px;
}

/* added november 2009 */
h4 {
    font-size:12px;
    color: #7A8138;
}