/* Credit: http://www.templatemo.com/ */

body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background: #000000;
}

#container {
	width: 800px;
	margin: auto;
	background: #fec631;
}



/*------------ Header --------------- */

#header {
	height: 175px;
	background: #ffffff url(images/logo.png) no-repeat right bottom;
	border-top: solid #C03237 10px;
	border-color: c03237;
}

#site_title {
	padding-top: 48px;
	padding-left: 40px;
	font-size: 42px;
	color:#003366;
}

#site_title span{
	font-weight: 200;
	color:#003366;
}

#site_slogan {
	padding-top: 18px;
	padding-left: 122px;
	font-size: 18px;
	color:#313030;
}

/* --------- end of footer --------------*/
#site_slogan2 {
	padding-top: 40px;
	padding-left: 48px;
	font-size: 15px;
	color:#C12026;
}

/* ---------------------------------- */

/*------------- Menu ------------------*/
.menu{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 800px;
	background: #313030;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}


.menu li{
	display: inline;
}

.menu li a{
	padding-bottom: 10px;
	float: left;
	font: 16px arial;
	text-align: center;
	text-decoration: none;
	color: #a09223;
	width: 160px;

}

.menu li a:visited{
	color: #a09223;
}

.menu li a:hover, .menu li .current{
	color: #ffe400;
}
.menu .roundtop { 
	height: 9px;
	background: url(images/tr.gif) no-repeat top right; 
}

/* ----------------- end of menu----------------*/

/* ----------------- Content ----------------------- */


#content {
	width: 800px;
	background:  #fec631;
}

#left_column {
	float: left;
	width: 510px;
	padding: 20px;
	min-height: 400px;
	background: #fec631;
}

#right_column {
	float: left;
	width: 210px;
	padding: 20px;
	background: #C03237;
	height: 600px;
}



/* ---------------- section box --------------- */
.section_box {
	width: 510px;
	background: #ffff99;
	color: #000000;
}

.section_box .subtitle{
	padding: 5px 0px 10px 15px;
	font-size: 1.4em;
	color: #003366;
	font-weight: bold;
}

.section_box .text{
	padding: 0px 15px 5px 15px;
	font-size: 1em;
	color: #000000;	
}


.sectionbox_roundtop { 
	height: 9px;
	background: url(images/sectiontr.gif) no-repeat top right; 
}

.sectionbox_roundbottom { 
	height: 9px;
	background: url(images/sectionbr.gif) no-repeat bottom right; 
}

/* -------------------- */

/* ------- Left Column Section Box2 ------------- */


.section_box2 {
	margin-top: 0px;
	padding: 10px 15px 5px 15px;
	background: #212121;
	color: #cccc99;
}

.sction_box2_roundcont {
	margin-bottom: 0px;
	width: 210px;
	background-color: #212121;
}

.sction_box2_roundtop { 
	height: 9px;
	background: url(images/section2tr.gif) no-repeat top right; 
}

.sction_box2_roundbottom {
	margin-bottom: 15px;
	height: 25px;
	background: url(images/sectionbackground.gif) no-repeat bottom right; 
}

.section_box2 a{
	background: url(images/linkindicator.gif) no-repeat center left;
	text-decoration: none;
	padding-left: 20px;
	color: #cccc99;
}
.section_box2 li {
	background: url(images/linkindicator.gif) no-repeat center left;
	text-decoration: none;
	padding-left: 20px;
	color: #cccc99;
}


.section_box2_subtitle {
	font-size: 1.3em;
	color:#ffffff;
}

/*--------------- end of left column section box ------------ */


.text_area {
	margin: 10px;
}

.title {
	height: 38px;
	width: 430px;
	color:#FFFFFF;
	padding-top: 20px;
	padding-left: 70px;
	font-size: 1.5em;
	background: url(images/titlebackground.gif) left bottom no-repeat;
	font-weight: bold;
}

.text_area a, .section_box a{
	color: #cc3333;
	text-decoration: none;
}

img.corner {
   width: 9px;
   height: 9px;
   border: none;
   display: block !important;
}


/* -------- Footer --------- */

#footer {
	clear: left;
	width: 800px;
	background: #212121;
	color: #b6a169;
}
#footer a {
	background: #212121;
	color: #b6a169;
}

#footer .roundbottom {
	height: 9px;
	background: url(images/br.gif) no-repeat bottom right; 
}

#copyright {
	padding-top: 10px;
	text-align:center;
}
#left_column img {
	vertical-align: text-top;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;

}
