/* CSS Document */

* {margin: 0; padding: 0;}

A:link {
	text-decoration:none;
	color:#0B3692;
}

A:hover {
	text-decoration:none;
	color:#0B3692;
}

A:visited {
	text-decoration:none;
	color:#0B3692;
}

A:active {
	text-decoration:none;
	color:#0B3692;
}

h1 {
	
}

.white {
	color:#FFF;
}

.blue {
	color:#0B3692;
}

.bold {
	font-weight:bold;
}

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: normal; 
	color: #000; 
	background-color:#fcfcfc;
	background-image:url(../images/background_tan.jpg);
	background-repeat:repeat-x;
}

#header{
	float:left;
	width:830px;
	height:130px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
	background-position:bottom;
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
}

#logo {
	width:810px;
	padding-right:20px;
	height: 80px;
	background-image:url(../images/logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	padding-top:5px;
	text-align:right;
	font-size:10px;
	font-weight:bold;
}

#navBox {
	float:left;
	margin-top:15px;
	text-align:center;
	width:830px;
}

#navigation {
	float:right;
	width:600px;
	padding-right:120px;
	margin-left:auto;
	margin-right:auto;
}




#wrapper {
	width:830px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}


#mainBody {
	width:830px;
	padding-right:0px;
	padding-left:0px;
	margin-bottom:0px;
	float:right;
	background-image:url(../images/main_body_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
}

#mainBody p {
	padding-left:50px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:120%;
	word-spacing: .1em;
}

#mainBody p a img{
	border-color:#333333;
}

#mainBody h1 {
	
}



#leftContent {
	float:left;
	width:550px;
}

#leftContent p {
	font-size:14px;
	color:#333;
	text-align:left;
	margin-left:0px;
}

#leftContent h1 {
	font-size:16px;
	color:##0B3692;
	text-align:left;
	margin-left:50px;
	margin-top:10px;
}

#leftContent img {
	margin:0px 10px 0px 0px;
	border-color:#333;
	border-style:solid;
	border-width:2px;
	
}

#leftContent ul{
	color:#0B3692;
	font-size:16px;
	margin-top: 5px;
	list-style: square;
	margin-left: 0;
	padding-left: 60px;
}

#leftContent ul li {
	color:#0B3692;
	font-size:16px;
	list-style:square;
	padding-bottom:5px;
	padding-right:20px;
	
}

#leftContent ul li a {
	color:#0B3692;
	font-size:16px;
	list-style:square;
	
}

#leftContent ul li a:hover {
	color:#000;
}

#rightContent {
	float:right;
	padding-right:25px;
	width:250px;
	text-align:center;
}

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

#rightContent a:hover {
	text-decoration:none;
	color:#FF0000;
}

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

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

#rightContent p {
	font-size:14px;
	color:#333;
	text-align:left;
	margin-left:0px;
}

#rightContent img {
	margin:0px;
	border-color:#333;
	border-style:solid;
	border-width:1px;	
}

#specials {
	width:187px;
	height:51px;
	background-image:url(../images/blue_bg.jpg);
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#inner {
	padding-top:10px;
}

.title {
	font-weight:bold;
	color:#fff;
	margin-top:5px;
}

.subtitle {
	color:#F2F2F2;
	font-size:12px;
}

#clearbar {
	width:100%;
	padding-top:0px;
	clear:both;
}
#footer {
	width:830px;
	height:33px;
	clear:both;
	background-image:url(../images/bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#footer p {
	padding-left:50px;
	padding-bottom:10px;
	padding-top:5px;
	line-height:120%;
	word-spacing: .1em;
	font-size:11px;
	color:#000;
}

#footer a {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#000;
}




/* Main Page Box */

#mainBox {
	margin-left:auto;
	margin-right:auto;
	width: 650px;
	background-color:#333;
}
