/*
Theme Name: Wireloc
Description: Theme for Wireloc
Version: 1.0
Author: Southernwood Express
Author URI: http://www.southernwoodexpress.com
*/


/* ------------------------------------  TAGSs ----------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Condensed", Arial Narrow, Arial, Helvetica, san-serif;
	background: url(img/bg-swishes.jpg) top center no-repeat;
	margin-top: 20px;
}

img {
	border: none;
}

/* ------------------------------------  IDs ----------------------------------- */
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}	
#header {
	width: 900px;
	float: left;
	background: url(img/bg-header.jpg) no-repeat top;
	height: 270px;
}

#header #LinkedIcons
{
	width: 442px;
	height: 85px;
	margin-left: 402px;
	margin-top: 0px;
}

#header #LinkedIcons div
{
	height: 80px;
}

#header #logo {
	width: 320px;
	height: 93px;
	margin-left: 40px;
	margin-top: 16px;
}
#header #logo h1 {	
	margin: 0px;	
}
#header #logo h1 a {
	width: 303px;
	height: 85px;	
	display: block;
	background: url(img/logo.png) no-repeat;
	text-indent: -100000em;
}
#header #navigation {
	width: 900px;
	margin-left: 10px;
	margin-top: 12px;
}
#header #navigation ul {
	width: 900px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header #navigation ul li {
	float: left;
	padding-left: 8px;
	background: url(img/bg-menu-body.gif) top left no-repeat;
	height: 65px;
	margin-right: 5px;
}
#header #navigation ul li a {
	background: url(img/bg-menu-end-cap.gif) no-repeat top right;
	color: #00ADEF;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-right: 8px;
	padding-top: 29px;
	text-decoration: none;
}
#header #navigation ul li a:hover {
	color: #041D8C; 
}
#content_wrapper {
	width: 900px;
	float: left;
	padding-top: 35px;
	padding-bottom: 15px;
	min-height: 350px;
}
#content_wrapper h2.title {
	color: #D3222A; 
	font-size: 32px;
	margin-top: 0px;
	margin-bottom: 25px;
}
#content_wrapper h2.title a {
	color: #D3222A;
	text-decoration: none;
}
#content_wrapper h2.title a:hover {
	text-decoration: underline;
}
#content_wrapper a {
	color: #000;
}
#content_wrapper p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#content_wrapper ul {
	padding-left: 25px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content_wrapper ul.checkmark {
	list-style-image: url(img/list-checkmark.gif);
}
#content_wrapper #sideimage {
	width: 475px;
	float: left;
	margin-left: 15px;
}
#content_wrapper #content {
	width: 380px;
	float: left;
	margin-left: 15px;
}
#content_wrapper #content-wide {
	width: 780px;
	float: left;
	margin-left: 15px;
}
#footer {
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	float: left;
	height: 55px;
	background: url(img/bg-footer.jpg) no-repeat;
	color: #333;
	width: 870px;
	font-size: .8em;
	text-align: center;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* ------------------------------------  CLASSes ----------------------------------- */

.hide {
	display: none;
}