/*  
Theme Name: Vertex
Theme URI: http://rapprich.com
Description: Custom theme built for the Vertex Professional Group by Erik Rapprich
Version: 1.0
Author: Rapprich, LLC
Author URI: http://rapprich.com



*/

* {

margin: 0;
padding:0 ;
}
body {
	margin:0;
padding:0;
	background: #0a0a0a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fefefe;
	height:100%;
}

h1, h2, h3 {
	font-weight: bold;
	color: #9d030a;
}

h1 { font-size: 2em; color: white;}
h2 { font-size: 1.86em; }
h3 { font-size: 1.22em; 
color: white;

}

p, ul, ol {
	margin-bottom: 2em;
	line-height: 1.67em;
	font-size: 1.1em;
}

a:link {
	color: #ccc;
}

a:active {
	color: #ccc;
}

a:visited {
	color: #ccc;
}

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

#header {
		background:#eaeaea;
	width: 770px;
	height: 100px;
	padding: 30px 0;
	margin: 0 auto;
}
#header-container{
	background:#eaeaea;
	border-bottom:7px solid #ccc;
	margin:0;
}

#logo {
	float: left;
	width: 240px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
	color:#e41819;
	font-size: 5.5em;
}

#logo h1 a {
	color: #e41819;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
	font-size:1.4em;
	color:#3d3d3d;
}

#logo h2 a {
	color: #3d3d3d;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 530px;
	margin-top:20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
      
}

#menu a {
	display: block;
	float: left;
	margin-left:10px;
	height: 50px;
	padding: 30px 25px 0 25px;
	background: url(images/linkbg2.png) no-repeat 50% 50%;
	text-decoration: none;
	font-size: 1.1em;
	font-weight:normal;
	color: #9d030a;
	overflow:auto;
}

#menu a.active{
	color: #eaeaea;
	background: url(images/linkbg_active.png) no-repeat 50% 50%;
	
}
#menu a:hover {
	color: #eaeaea;
	background: url(images/linkbg_active.png) no-repeat 50% 50%;
}

#splash {
	width: 770px;
	height: 180px;
	margin: -30px auto;
        padding-left: 10em;

}

#splash img {


}

#splash p {
	float: right;
	width: 455px;
	height: 70px;
	margin: 0 0 0 0;
	padding: 140px 20px 0 50px;
	
	text-align: right;
	font-size: 1.1em;
	font-weight: normal;
	color: #ccc;


}






div#page{
width:770px;
margin: 30px auto;
}





#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {

	float: right;
	width: 490px;
	padding: 20px;
	font-size:1.1em;
}



#content ol, #content ul {
	margin-left: 3em;
}

#sidebar {
        float:right;
	width: 200px;
	padding: 20px;

}

#sidebar a{
	text-decoration:none;
        color: white;
   
}

#sidebar a:hover{
	text-decoration: underline;
        font-weight: bold;
}
#sidebar h2 {
	padding-top: 6px;
	font-weight: bold;
	font-size: 1.6em;
	color: #eaeaea;
	font-weight:nor;
}

#sidebar ul {
     
	margin: 0 auto;
        width:180px;
	padding: 0;
	list-style: none;
        text-align:center;

}

#sidebar li {
        border-bottom: 2px solid #ccc;
        background: url(images/img4.gif) no-repeat left;
}

#sidebar h3 {
	width: 50px;
	height: 17px;
	padding: 0 5px;
	background: #b11313 url(images/img4.gif) no-repeat  left;
	color: #FFFFFF;
}
#sidebar li a{
        margin-left:2px;
        margin:5px 0; padding: 14px 0; 
        height:12px; width: 180px;
        text-align:center;
        background: #b11313 url(images/img4-r.gif) no-repeat right; 
        display:block;
       
}



#footer-container{
		clear: both;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	border-top: 1px solid #3d3d3d;
	height:100%;
	background: #0c0c0c;
}
#footer {

	width: 770px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;

}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}