/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	background-color:#5678AA;
}
a {
	color:#F4E7B5;
	text-decoration:none;
}
a:hover {
	color:#990000;
}
#container {
	width:750px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding:0px;
}

/*Header Section***
*******************/
#header {
	overflow:hidden;
	padding:10px;
	width:730px;
}

#logo {
	width:450px;
	float:left;
	margin-left:20px;
}

h1 {
	color:#666666;
	font-size:15px;
	border-bottom:solid 2px #fca901;
	padding-left:12px;
	padding-bottom:6px;
	margin-top:30px;
}


h5 {
	background:url(../images/bull1.gif) no-repeat left 3px;
	font-size:11px;
	font-weight:bold;
	padding-left:11px;
	padding-bottom:0;
	margin:0;
}

#headerrightbox {
	height:40px;
	width:140px;
	float:right;
}
#navigation {
	overflow:hidden;
	width:100%;
	background:url(../images/tabs-bg.gif) repeat-x left top;
	clear:both;
}

#tabs {
	list-style-type:none;
	font-size:12px;
	padding:0px;
	margin:0px;
	margin-left:10px;
}
#tabs li { 
	display:block;
	float:left;
	padding:8px 20px 8px 12px;
	background:url(../images/tab-joint.gif) no-repeat right top;
	color:#F4E7B5;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
#tabs li.current-tab {
	background:none;
	background-color:#E8B475;
	padding:6px 12px;
	color:#4C4033;
	margin-top:4px;
}
#bottomnav {
	clear:left;
	background-color:#E8B475;
	font-size:10px;
}
#bottomnav a {
	color:#000000;
}

#bottomnav a:hover {
	color:#ffffff;
}
#sub-tabs {
	font-size:11px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	overflow:hidden;
	padding:2px 3px;
	margin-left:10px;
}
#sub-tabs li {
	float:left;
	padding:2px 13px;
	display:block;
	padding-left:0px;
}
#sub-tabs li a {
	color:#990000;
}
#rightbar {
	height:944px;
	width:184px;
	float:right;
	border-left:solid #f7eccc 1px;
}
#rightbarlinks {
	background-color:#f7eccc;
	height:120px;
	padding-top:10px;
}
a {
	color:#000000
}

#rightbar-list {
	list-style-image:url(../images/bull1.gif);
	font-size:11px;
	font-weight:bold;
	padding-top:0;
	margin-top:0;
}

#mainimg {
	float:left;
	width:565px;
}


/*content*
************/
#content-container {
	overflow:hidden;
	width:750px;
	clear:both;
}

.submission-services {
	width:530px;
	height:250px;
	background-color:#FFFFFF;
	padding-bottom:25px;
}

.submission-services-contentbox {
	font-size:12px;
	font-weight:bold;
	color:#000033;
}

.content-container-indexbox {
	float:left;
	text-align:center;
	width:225px;
	height:250px;
	padding:12px;
	border:2px;
	border: thin ridge #00CC66;
	padding-top:10px;
	background:url(../images/tabs-bg.gif) repeat-x left top;
	
}

.content-container-rightbox {
	float:right;
	text-align:center;
	width:225px;
	height:250px;
	padding:12px;
	border:2px;
	border: thin ridge #00CCFF;
	background:url(../images/tabs-bg.gif) repeat-x;
	
	padding-top:10px;
	
}
.maincontent {
	width:530px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

.insidecontent {
	padding-left:12px;
}
.websitedesign-item-container {
	overflow:hidden;
	padding-bottom:30px;
	width:530px;
	background:url(../images/line.gif) no-repeat center bottom;
}

.webdesign-item-container .leftbox {
	float:left;
	text-align:center;
	width:190px;
	padding:25px;
}
.webdesign-item-container .rightbox {
	float:right;
	padding:10px;
	width:200px;
	text-align:center;
	font-weight:bold;
}

.websiteheading {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

/*footer**
***********/
#footer {
	height:45px;
	font-size:11px;
	clear:both;
	background-color:#F2F2F2;
	text-align:center;
	padding:12px;
}

#copyright {
	padding:0;
	margin:10px;
	color:#999999;
}
.rightPanel {
	/*margin:10px 10px 10px 10px;*/
	padding:2px;
	/*border:solid 1px #AACBED;*/
	width: 180px;
	/*background: url(images/leftPanel_bg.gif) repeat-y left top;*/
}
.rightPanel h4 {
	background: url(../images/leftPanel_top.gif) no-repeat left top;
	margin: 0;
	padding: 6px 6px 12px 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
}
.rightPanel ul {
	margin-left: 0;
	padding-left: 0;
}
.rightPanel ul li {
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-left: 25px;
	background: url(../images/bullBlue.jpg) no-repeat 13px 6px;
	line-height: 20px;
}
.rightPanel ul li a {
	text-decoration: none;
	color: #3C5B8A;
}
.rightPanel .bot {
	background: url(../images/leftPanel_bottom.gif) no-repeat left bottom;
	padding: 5px;
}
	
	
	
	
	

