/* ------------------------------------------------------------------------
CSS sheet for SCORE FOX CITIES CHAPTER
Author: Chris Robinson
Date Created: 1/12/2009

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS
Dark Blue: #25496F;
Light Blue: #3A6EA5;
Gray: #EAEBEC;

------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
}
body{
	color: #000;
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/bodybg.jpg) top center repeat-y #25496F;
}
#wrap{
	width: 968px;
	display: block;
	margin: auto;
	text-align: left;
	
}
p{
	margin: 1.5em 0px;
}
/* -----------------------------------------------------------------------
=HEADER ELEMENTS
-------------------------------------------------------------------------*/
#header{
	width: 100%;
	height: 230px;
	background: url(../images/headerbg.jpg) top center no-repeat;
	position: relative;
}
#header a.logo{
	width: 201px;
	height: 90px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}
ul.nav{
	float: right;
	list-style-type: none;
	margin: 5px 0 0 0;
	height: 38px;
}
#header > ul.nav{
	margin: 5px 45px 0 0;
}
ul.nav li{
	float: left;
	margin: 0 16px;
}
ul.nav li a{
	font: 18px/1.5em "Times New Roman", Georgia, serif;
	color: #000;
	text-decoration: none;
}
ul.nav li a:hover{
	text-decoration: underline;
}
#header #flash{
	float: left;
	width: 429px;
	height: 183px;
	margin-left: 48px;
}
#header h1{
	width: 397px;
	height: 98px;
	display: block;
	background: url(../images/dedicated.png) no-repeat;
	text-indent: -9999px;
	float: left;
	margin: 30px 0 0 40px;
}
a.request{
	position: absolute;
	bottom: 4px;
	right: 0;
	width: 254px;
	height: 28px;
	padding: 12px 0 0 10px;
	text-align: center;
	font: 18px/1.5em "Times New Roman", Georgia, serif;
	color: #000;
	text-decoration: none;
	background: url(../images/request.png) top left no-repeat;
}
a.request:hover{
	background-position: bottom left;
}
/* -----------------------------------------------------------------------
=CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#content{
	display: block;
	clear: both;
	width: 948px;
	padding: 0 10px 10px 10px;
}
#content h3, #content h2{
	font-size: 14px;
	margin: 1.5em 0;
}
#content a{
	color: #0079A4;
	text-decoration: none;
}
#content a:hover{
	text-decoration: underline;
}
#content dl{
	margin: 1.5em 0;
}
#content dl dt{
	font-weight: bold;
}
/* -----------------------------------------------------------------------
=LEFT ELEMENTS
-------------------------------------------------------------------------*/
#left{
	width: 60%;
	float: left;
}
a.biztalk{
	display: block;
	width: 456px;
	height: 106px;
	background: url(../images/biztalk.jpg) top left no-repeat;
	text-indent: -9999px;
	margin: auto;
}
a.biztalk:hover{
	background-position: bottom left;
}
#left dl dd{
	margin-bottom: 1.5em;
}
#left ol{
	margin-left: 20px;
}
#left ul{
	margin-left: 20px;
	list-style-type: none;
}

.float{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #004761;
}

#left h3 img{
	border: none;
}

/* -----------------------------------------------------------------------
=RIGHT ELEMENTS
-------------------------------------------------------------------------*/
#right{
	float: left;
	width: 30%;
	margin-left: 30px;
}
dl.box{
	width: 324px;
	display: block;
	background: url(../images/rightBtm.jpg) bottom left no-repeat;
	padding-bottom: 3px;
	margin-bottom: 5em;
}
dl.box dt{
	text-indent: -9999px;
	height: 27px;
}
dl.box dd{
	background: url(../images/rightMid.jpg) repeat-y;
	padding: 5px 25px;
}
dl.box dd ol{
	margin-left: 20px;
}
dl.newsletter dt{
	background: url(../images/joinList.jpg) no-repeat;
}
dl.calendar dt{
	background: url(../images/calendar.jpg) no-repeat;
}
dl.reasons dt{
	background: url(../images/topReasons.jpg) no-repeat;
}
dl.pitfalls dt{
	background: url(../images/pitFalls.jpg) no-repeat;
}
dl.startup dt{
	background: url(../images/startupQuiz.jpg) no-repeat;
}
/* -----------------------------------------------------------------------
=CONTACT FROM ELEMENTS
-------------------------------------------------------------------------*/
form ul li{
	list-style-type: none;
}
form label{
	display: block;
	width: 200px;
	float: left;
}
form ul li.strong{
	font-weight: bold;
	margin: 5px 0;
}
/* -----------------------------------------------------------------------
=BLOG ELEMENTS
-------------------------------------------------------------------------*/
#content h2 a {
	color: #000;
}
#content h2 span {
	font-size: 11px;
}
#sidebar {
	margin: 1.5em 0;
}
#sidebar li {
	list-style-type: none;
}
#sidebar h3 {
	margin: 0px;
}
#sidebar ul li ul li {
	margin-left: 10px;
}
#sidebar form#searchform {
	margin-bottom: 10px;
}
#sidebar li.categories {
	margin-top: 10px;
}
/* -----------------------------------------------------------------------
=FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	clear: both;
	width: 948px;
	height: 50px;
	padding: 20px 10px;
}
#footer ul{
	float: left;
}
#footer ul li{
	list-style-type: none;
	float: left;
	border-left: 1px solid #000;
	padding: 0 10px;
}
#footer ul li.home{
	border: 0;
}
#footer a{
	color: #000;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#footer p{
	margin: 0;
	float: right;
	text-align: center;
}









