*
{
	padding: 0;
	margin: 0;
}

.clear
{
display: block;
clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: #424242;
	text-align: center;
}

/* MISC ********/

a img
{
	border: 0;
}

#mainimage img
{
	margin-top: 190px;
	margin-left: 15px;
}

/* TEXT STYLES ************************/

.bigger
{
	font-size: 1.1em;
}

.large
{
	font-size: 1.5em;
	font-weight: bold;
}

address
{
	font-size: 0.9em;
	font-style: normal;
	line-height: 130%;
	margin-bottom: 10px;
}

.question
{
	font-weight: bold;
	color: #333;
	margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 /* HEADER TEXT */
{
	color: #000;
}

#header h1
{
	display: none;
}

h2
{
	margin-bottom: 10px;
}

#content h2
{
	padding: 20px 20px 0 20px;
	font-size: 1.3em;
	color: #393737;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	line-height: 135%;
	font-size: 0.9em;
}

#sidebar p
{
	font-size: 0.8em;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

#casestudy h2
{
	padding-top: 5px;
}

/* LIST STYLES *************************/

ul
{
	list-style: outside;
}

li
{
	color: #000;
	line-height: 130%;
}

#content ul
{
	margin: 10px 10px 10px 20px;
	font-size: 0.9em;
}

#nav ul
{
	padding-top: 0px;
}

#nav li /* NAVIGATION STYLE */
{
	display: inline;
	margin: 0 5px;
}

/* LAYOUT DIVS *************************/

.left
{
	float: left;
	color: #fff;
	width: 70%;
}

.right
{
	float: right;
	color: #fff;
	width: 30%;
	text-align: right;
}

#container
{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: url(../images/body_bg.jpg) repeat-x top;
}

#header
{
	width: 720px;
	height: 142px;
	background: url(../images/header_bg.jpg) repeat-x;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

#logo
{
	width: 720px;
	height: 108px;
	margin: 0 auto;
}

#nav
{
	width: 720px;
	height: 30px;
}

#mainimage
{
	background: url(../images/mainimage.jpg) no-repeat top center;
	width: 720px;
	margin: 0 auto;
	height: 262px;
}

#content
{
	width: 720px;
	margin: 0 auto;
	border-bottom: 5px solid #676767;
	border-left: 5px solid #676767;
	border-right: 5px solid #676767;
	background: url(../images/content_bg.jpg) no-repeat top center #fff;
	padding-bottom: 5px;
}

#contentbg
{
	width: 100%;
	height: 20px;
	background: url(../images/content_bg.jpg) no-repeat top center #fff;
}

#contentleft
{
	float: left;
	margin-left: 20px;
	width: 45%;
	display: inline;
}

#contentright
{
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	width: 45%;
	display: inline;
}

#casestudy
{
	background: #eee;
}

#caseleft
{
	float: left;
	margin-left: 20px;
	width: 45%;
	display: inline;
}

#caseright
{
	float: right;
	margin-left: 20px;
	margin-right: 20px;
	width: 45%;
	display: inline;
}

#footer
{
	width: 730px;
	margin: 0 auto;
}


/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #3300ff;
}

a:visited 
{
	text-decoration: underline;
	color: #3300ff;
}

a:hover
{
	text-decoration: underline;
	color: #3300ff;
}

#content #nav a
{
	color: #3300ff;
	background: none;
	text-decoration: none;
}

#content  #nav a:visited
{
	color: #3300ff;
	background: none;
	text-decoration: none;
}

#content #nav a:hover
{
	color: #333;
	background: none;
	text-decoration: none;
}

#content a
{
	background: #333;
	color: #fff;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
}

#content a:visited
{
	background: #333;
	color: #fff;
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover
{
	background: #ccc;
	color: #333;
}

#content .contact a
{
	background: none;
	border-bottom: 1px dotted #333;
	color: #333;
}

#content .contact a:visited
{
	background: none;
	border-bottom: 1px dotted #333;
	color: #333;
}

#content .contact a:hover
{
	background: none;
	border-bottom: 1px dotted #ccc;
	color: #333;
}