/*
Theme Name: Control Point
Theme URI: http://control-pt.com/
Description: 
Version: 0.1
Author: Larry Latouf
Author URI: http://control-pt.com/
Tags: 

*/

html {
	font-size: 14px;
	font-family: "Arial";
	margin: auto;
}

body {
	background: #e8e8e8;
	color: #000000;
	margin: 0px auto 0px;
	padding: 0px;
}
	
#wrap {
	width: 955px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/sidepanel.png');
	border: 3px solid white;
}

tr {
	vertical-align: top;
}

td {
	vertical-align: top;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited, a:hover {
	text-decoration: none;
}
	
li.page_item a {
	color: #FFFFFF;
}
				
li.current_page_item a {
	color: #F3A12B;
}

#homepage li , #page li {
	list-style-image: url('images/list.png');
	margin-left: 20px;
}

li.second-level {
	list-style: circle;
	margin-top: 8px;
}

/************************************************
*	Header  									*
************************************************/

#header {
	width: 955px;
	height: 195px;
	color: #000000;
	font-size: 12px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	background: url('images/banner.png');
}

#headerspacer {
	height: 159px !important;
}

#headerimg {
/* 	display: none; */
	float: right;
	width: 700px;
	height: 145px;
}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 45px;
	text-align: right;
	position: relative;
}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav a, #nav a:visited {
	display: block;
    font-weight: bold;
   	text-transform: uppercase;
    margin: 0px;
	padding: 8px 17px 8px 15px;
}
	
#nav a:hover {
	color: #F3A12B;
    margin: 0px;
	padding: 8px 17px 8px 15px;
	text-decoration: none;
}

#nav li {
	float: right;
	margin: 0px;
	padding: 0px;
}
	
#nav li li {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 150px;
	float: none;
   	text-transform: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
}
	
#nav li li a:hover, #nav li li a:active {
	padding: 7px 10px 7px 10px;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	display: block;
}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
	
	
/************************************************
*	Homepage 		    	                    * 
************************************************/
	
#homepage {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 695px;
	min-height: 450px;
	font-family: Verdana;
	background: url('images/homepage.jpg') no-repeat;
	font-size: 16px;
}
	
#homepage_content {
	width: 635px;
	height: 300px;
	padding-top: 85px;
	padding-left: 30px;
}

#homepage_content h2 {
	font-weight: normal;
	color: #0091b4;
	font-size: 24px;
}

#homepage_content p {
	line-height: 30px;
}
	
#homepage_content em {
	color: #0091b4;
	font-style: normal;
	font-size: 24px;
}	

p.leadin {
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	color: #205D7A;
}

p.leadin b {
	color: #000000;
}

font.makeblue  {
	font-weight: bold;
	color: #205D7A;
}

p.makeblue  {
	font-weight: bold;
	color: #205D7A;
}

font.makewhite {
	font-weight: bold;
	color: #ffffff;
}

/************************************************
*	Pages 		    	                    * 
************************************************/

#page {
	float: right;
	width: 695px;
	margin: 0px;
	padding: 0px;
	height: auto;
	background: #ffffff;	
	min-height: 600px;
/* 	background: url('images/home-bg.png') no-repeat top left; */
}

#page_content {
	width: 90%;
	margin-top: 10px;
	margin-left: 30px;
	padding: 10px;
	height: auto;
/* 	display: none; */
}

#page_content a:hover {
	color: #F3A12B;
}

#page_content a {
	color: #000000;
}

#page_content ul {
	margin-left: 0px;
	margin-right: 10px;
	padding: 0px;
}

font.emtxt {
	font-size: 18px;
	font-family: Tahoma;
	font-style: normal;
	color: #205D7A;
}

ul#rapid {
/* 	margin: -20px; */
}

#aerospace-table tr {
	vertical-align:top;
}

#aerospace-table td {
	text-align: left;
}

#aerospace-table td ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

#aerospace-table td {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 33%;
	vertical-align: top;
}

#aerospace-table li {
	margin-left: 20px;
}

table#combat li {
	margin-left: 15px;
}

table#combat ul {
/* 	margin-left: -20px; */
}

#capability-table {
 	width: 100%;
	background: url('images/table-bg.png') repeat-y top left ;
	font-size: 12px;
}

#capability-table td ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#capability-table td {
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

#capability-table li {
	margin-left: 20px;
}

#capability-table ul li {
/* 	display: none; */
}

#capability-table ul:hover li {
/* 	display:block; */
}

#services-menu a,  #services-menu a:hover, #services-menu img {
	border: none;
}


/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	float: left;
	background: url('images/sidepanel.png');
	width: 260px;
	margin: 0px;
	padding: 0px;
	height: auto;
	min-height: 450px;
}

#sidebarcontent {
	float: left;
	width: 260px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	background: url('images/sidebar.png') no-repeat;
}
	
#sidebarcontent p {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
	
#sidebarcontent ul {
	list-style-type: none;
	padding: 0px;
	text-align: right;
	margin-right: 20px;
	font-size: 14px;
}
	
#sidebarcontent ul li {
	list-style-type: none;
	padding: 0px;
	text-align: right;
	margin-right: 10px;
}
 
#sidebarcontent ul li.cat-item a {
	color: #000000;
}
	
#sidebarcontent ul li.current-cat a {
	color: #ffffff;
	font-weight: bold;
}
	
#sidebarcontent ul li.cat-item a:hover {
	color: #ffffff;
}
	
#servicesmenu {
	position:relative;
	top: 5px;
	right: 5px;
}

#domainsmenu {
	position:relative;
	top: 5px;
	right: 5px;
}

#seaportmenu {
	position:relative;
	top: 5px;
	right: 5px;
}

/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #000000;
	width: 955px;
	height: 50px;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	position: relative;
	bottom: 0px;
}
	
#footer p {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana;
	margin: 0px;
	padding: 9px 0px 0px 0px;
}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

table.seaport {
	font-size: 12px;
	border: 1px solid #21607E;
	width: 100%;
}

table.seaport thead tr {
	background: #21607E;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

table.seaport thead td {
	border: 0px;
}

	
/*
div#seamenu {
  	float:left;
  	width: 150px;
}

div#seaport {
	vertical-align: text-top;
	float: right;
	width: 500px;
	margin-top: -79px;
}

#seamenu ul {
	margin: 0px;
	padding: 10px;
	border: 1px double black;
}

#seamenu li {
	margin-left: 10px;
	text-align: right;
	color: #000000;
}

#seamenu li a {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}

#seamenu li a:hover {
	color: #F3A12B;
}	
*/

img.productimg { 
	float: left;
	display: none; 
}

img#servicesimg , img.servicesimg { 
	float: right;
	display: none; 
}

img#monitoring-img {
	padding-top: 40px;
}

img#monitoring-graphic {
	padding-left: 50px;
	padding-bottom: 40px;
}

p#bottomtext {
	position: relative;
	bottom: 0;
	clear: both;
}