@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic,900,900italic");

*
{
	margin: 0;
	padding: 0;
}
/* Start 404 Error Form Styles */

.errorform fieldset
{
	margin: 0 0 15px 0;
	padding: 0;
	border: 0;
}

.errorform fieldset input { border: 0; background: #DDD; color #111: padding: 5px; }

/* End 404 Error Form Styles */


body
{
	background: #FFF;
	color: #111;
	font-size: 16px;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

img
{
	border: 0;
}

#header
{
	margin: 0 auto;
	width: 880px;
	height: 100px;
}


#logo
{
	float: left;
	width: 390px;
	height: 100px;
	background: url('../images/design_02.jpg') top left no-repeat;
}

#menu
{
	margin-top: 45px;
	margin-right: 5px;
	float: right;
	width: 480px;
	height: 40px;
	line-height: 40px;
}

#menu ul
{
	list-style-type: none;
	float: right;
}

#menu ul li
{
	display: inline;
}
 
#menu ul li a
{
	display: block;
	float: left;
	padding-left: 10px;
	margin-left: 8px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0193ca;
	text-decoration: none;
	background: #cae6ef url('../images/menu_01.jpg') bottom left no-repeat;
}

#menu ul li a span
{
	height: 40px;
	float: left;
	display: block;
	padding-right: 10px;
	background: url('../images/menu_02.jpg') bottom right no-repeat;
}

#menu ul li a:hover
{
	color: #FFF;
	text-decoration: none;
	background: #0193ca url('../images/menu_01.jpg') top left no-repeat;
}

#menu ul li a:hover span
{
	height: 40px;
	float: left;
	padding-right: 10px;
	background: url('../images/menu_02.jpg') top right no-repeat;
}

#menu ul li a.active
{
	color: #FFF;
	text-decoration: none;
	background: #5cbce0 url('../images/menu_01.jpg') center left no-repeat;
}

#menu ul li a.active span
{
	height: 40px;
	float: left;
	padding-right: 10px;
	background: url('../images/menu_02.jpg') center right no-repeat;
}

#menu ul li a.active:hover
{
	color: #FFF;
	text-decoration: none;
	background: #0193ca url('../images/menu_01.jpg') top left no-repeat;
}

#menu ul li a.active span:hover
{
	height: 40px;
	float: left;
	padding-right: 10px;
	background: url('../images/menu_02.jpg') top right no-repeat;
}

#banner
{
	margin: 0 auto;
	width: 880px;
	height: 300px;
	background: url('../images/design_04.jpg') top left no-repeat;
}

#options
{
	margin: 10px auto;
	width: 880px;
	height: 100px;
}

#option1
{
	float: left;
	width: 200px;
	height: 100px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: url('../images/design_07.jpg') top left no-repeat;
}

#option2
{
	float: left;
	margin-left: 25px;
	margin-right: 30px;
	width: 200px;
	height: 100px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: url('../images/design_08.jpg') top left no-repeat;
}

#option3
{
	float: left;
	width: 200px;
	height: 100px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: url('../images/design_09.jpg') top left no-repeat;
}

#option4
{
	float: right;
	width: 200px;
	height: 100px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background: url('../images/design_10.jpg') top left no-repeat;
}

#option1 a, #option2 a, #option3 a, #option4 a
{
	display: block;
	float: left;
	cursor: pointer;
	width: 200px;
	height: 100px;
}

#option1:hover, #option2:hover, #option3:hover, #option4:hover
{
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#body
{
	margin: 0 auto;
	width: 880px;
	line-height: 24px;
}

h1, h2, h3
{
	font-size: 24px;
	line-height: 24px;
	color: #0193ca;
	font-weight: 600;
	margin-bottom: 15px;
}

#bodyleft
{
	float: left;
	width: 600px;
}

#bodyright
{
	float: right;
	width: 240px;
}

#body
{
	padding: 10px 0;
}

#body p
{
	margin-bottom: 15px;
}

#body ul
{
	margin-bottom: 15px;
	margin-left: 20px;
	list-style-type: square;
}

#body ul li a, #bodyleft a
{
	color: #0193ca;
	text-decoration: none;
}

#body ul li a:hover, #bodyleft a:hover
{
	color: #000000;
	text-decoration: underline;
}

.imgright
{
	float: right;
	margin: 10px 0px 10px 10px;
}

#footer
{
	line-height: 20px;
	margin: 0 auto;
	font-size: 14px;
	padding: 12px 0;
	text-align: center;
	width: 880px;
	background: url('../images/design_13.jpg') top left repeat-x;
	color: #FFF;
	text-transform: capitalize;
	text-decoration: none;
}

#footer a
{
	color: #FFF;
	text-decoration: none;
}

.clear
{
	clear: both;
}

.restrict
{
	width: 200px;
}

fieldset
{
	border: 0px;
}

input[type=text]
{
	color: #0193ca;
	padding: 6px;
	font-family: verdana;
	border: 1px solid #5cbce0;
	background: #cae6ef;
}

textarea
{
	color: #0193ca;
	padding: 6px;
	overflow: auto;
	font-family: verdana;
	border: 1px solid #5cbce0;
	background: #cae6ef;
}

input[type=submit]
{
	color: #0193ca;
	padding: 6px;
	cursor: pointer;
	font-family: verdana;
	border: 1px solid #5cbce0;
	background: #cae6ef;
}

input[type=text]:hover,
textarea:hover,
input[type=submit]:hover
{
	border: 1px solid #47a0c2;
	background: #bbdbe6;
}

