/*  
Theme Name: Royal Cyan
Theme URI: http://www.paddsolutions.com
Description: Professional theme, Valid XHTML & CSS, 3 Columns, Widget Ready
Version: 1.0
Author: Padd IT Solutions
Author URI: http://www.paddsolutions.com
*/

/* Begin Typography & Colors */
body {
	font-size: 14px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Georgia, Helvetica, sans-serif;
	color: #2F2F2F;
	text-align: center;
	background: #69bdc1 url('images/body-bg.jpg') top repeat-x; 
	}
 
#page {
	text-align: left;
	background: url(images/page-bg.jpg) bottom repeat-x;
	}

#headerimg { 
	background: #fff url('images/header-top-bg.jpg') top center no-repeat;
	} 	

#page-body { 
	background: #fff; /* url(images/page-body-bg.jpg) top center no-repeat; */
}
	
#content {
	background-color: #fff;
	line-height: 1.4em;
}

#sidebar {
    background-color: #fff;
    }

#footer {
 	background: #69bdc1 url('images/footer-bg.jpg') top no-repeat; 
	font-size: 11px;
	border: none;
	}

#footer a { color: #66ccff; }	
	
#sidebar h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	width: 200px;
	color:#c33;
	border-bottom: 1px dotted #ccc;
	}

h1, h2, h3 {
	color: #FF6633;
	}

h2 {
	text-align: center;
	}
	
.entry p a:visited {
	color: #cc6600;
	}

#sidebar {
    font: 11px Verdana, Arial, Georgia, Helvetica, sans-serif;
	line-height: 18px; 
	background: #fff;
	}

a {
	color: #006699;  
	text-decoration: none;
	}

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

/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#header {
    margin: 0 auto;
    padding:0;
	margin-top:20px;
	height: 195px;   
	width:964px;
	}

#headerimg {
    margin:0;
	padding:0;
	padding-top:15px;
    height:147px; 
	width:964px;  
	}
	
#page {
	margin: 0 auto;
	padding: 0;
	width: 964px; 
	min-height: 500px;
	}

#page-top {
    margin: 0 auto;
	width: 964px; 
	height: 13px;
	}

#page-body { 
    margin: 0 auto;
	width: 964px; 
	min-height: 600px;
	}

#content {
    float:left;
	width: 680px; 
	min-height:500px;
	padding:0px 12px 10px 12px;  
	margin-top:20px;
	margin-right:20px;
	margin-left:9px;
	}

.entry {
    margin:0;
	padding:0
    }

#footer {
    margin: 0 auto;
	padding: 0;
	width:964px;
	margin-bottom:10px;
	} 
	
#footer p {
	margin: 0;
	padding-top:20px;
	text-align: center;  
	color: #787878;
	}
	
#footer-bot {
   margin:0 auto;
   margin-top: -11px;
   width:964px;
   height:87px;
   text-align:center;  
}

/* End Structure */

/* Begin Headers */
h1 {
	margin: 0;
	padding:0;
	padding-left:12px; 
	height:50px; 
	}

h2 {
	margin: 12px 0 10px 0;  
	line-height:30px;
	}

h3 {
	padding: 0;
	margin: 25px 0 0 0;
	}

/* End Headers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
#actioncall {
	width: 292px;
	margin-left: auto;
	margin-right: auto;
	}
	
#actioncall a {
	display: block;
	width: 292px;
	height: 105px;
	background-image: url(images/call_to_action.png)
	}
	
#actioncall a:hover {
	background-position: 0 -105px;
	}
	
#actioncall_sm {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	}
	
#actioncall_sm a {
	display: block;
	width: 180px;
	height: 65px;
	background-image: url(images/call_to_action_small.png)
	}
	
#actioncall_sm a:hover {
	background-position: 0 -65px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin: 0 20px 15px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 10px;
	text-indent: -5px;
	} 

html>body .entry li {
	margin: 7px 0 8px 0px;  
	}
	
.entry ul {
   margin-left:28px;
}

.entry ul li {
   padding:0;
   padding-left:10px; 
  }	

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul {
	margin-left: 30px;
	padding: 0px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-type: disc;
	margin-bottom: 10px;
	}

#sidebar ul li a { 
	color:#066;
	}

/* End Entry Lists */

/* Begin Form Elements */

#msg {
	display: none;
	position: absolute;
	z-index: 200;
	background: url(images/msg_arrow.gif) left center no-repeat;
	padding-left: 7px
}

#msgcontent {
	display: block;
	background: #F3E6E6;
	border: 2px solid #924949; 
	border-left: none;
	padding: 5px;
	min-width: 150px;
	max-width: 250px
}

.cssform ol {
	list-style: none;
	line-height: 2em;
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 240px; /*width of left column containing the label elements*/
}

.cssform fieldset {
	font-weight: bold;
	border: none;
}

.cssform li label {
	font-weight: bold;
	text-align: right;
	float: left;
	margin-left: -240px; /*width of left column*/
	width: 240px; /*width of labels. Should be smaller than left column to create some right margin*/
	border-top: 1px dashed gray;
}

.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	margin-left: 5px;
}

.cssform input#info[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
	margin-left: 5px;
}

.cssform textarea {
	width: 250px;
	height: 150px;
	margin-left: 5px;
}
	
#formbuttons {
	margin-left: 150px;
}

button {
	margin-right: 10px;
	font-weight: bold;
	background-color: #69bdc1;
	cursor: pointer;
}

button:hover {
	font-weight: bold;
	background-color: gray;
	cursor: pointer;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix {
	margin-left: 3px;
}	


/* End Form Elements */


/* Begin Sidebar */
#sidebar {
    float:left;
	width: 200px;  
	min-height: 430px;
	margin-top: 20px;
	background: #ecf8f9;
	}

#sidebar-top {
    padding: 0;
	margin: 0 auto;
	width: 200px; 
	height: 15px;
	background: #ecf8f9 url(images/sidebar-top-bg.jpg) top center no-repeat;
	}
	
#sidebar-content {
	width: 200px;  
	min-height: 430px;
	}
	
#sidebar-bot {
    padding: 0;
	margin: 0 auto;
	width: 200px;  
	height: 15px;
	background: #ecf8f9 url(images/sidebar-bot-bg.jpg) top center no-repeat;
	}
	
#sidebar-content p {
	width: 200px;
	color: #333
	}

	
/* End Sidebar */


/* Begin Various Tags & Classes */

.offers {
	height: 60px;
	margin: 25px 0 25px 0;
	}
	
.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
 	height:15px;
	text-align: center;
	padding-bottom: 20px; 
	}

/* End Various Tags & Classes*/  

/* PAGE MENU */
#menu-bar {
    float:left;
	margin:0;
	padding:0;
  	width: 944px; 
	line-height:29px;
	padding-left:20px;
	background:#000;
	height:45px;
	font-family: Verdana, Arial;
	}

#menu-bar .mb-menu{
	padding-top:16px;
}
    
#menu-bar ul {
padding:0;
margin:0; 
}	
	
.pagenav-home { 
   width: 100px;
   height:33px;
   list-style-type:none; 
   padding:0;
   margin:0;
   display:inline;
   }
   
.pagenav {
 	list-style-type:none; 
	}

.pagenav h2 {
   display:none;
   margin:0;
   padding:0; 
   }	

.pagenav ul, .pagenav-home ul   {
    list-style-type:none;
	float:left; 
	padding:0;
	margin:0;
	}
	
.pagenav ul li {
    padding:0;
	margin:0;
    display:inline;
    }
	
.pagenav ul li a, .pagenav-home ul li a {
    width:116px;
	text-decoration: none;
	float: left;
	background: url('images/pagemenu-active-bg.jpg') top no-repeat; 
    color:#fff;
	font-size:13px; 
	text-align:center;
	margin-left:2px;
    }	
	
.pagenav ul li a:hover, .pagenav-home ul li a:hover {
 	background: url('images/pagemenu-inactive-bg.jpg')  top no-repeat; 
    color:#69bdc1;
	}		

.pagenav ul li.current_page_item a, .pagenav-home ul li.current_page_item a { 
    background: url('images/pagemenu-inactive-bg.jpg') top no-repeat;  
    color:#69bdc1;
	}	
	
.pagenav ul li.current_page_item ul li a { 
    background: url('images/pagemenu-active-bg.jpg')  top no-repeat; 
    color:#fff;
	}	

.pagenav ul li.current_page_item ul li a:hover { 
    background: url('images/pagemenu-inactive-bg.jpg')  top no-repeat; 
    color:#69bdc1;
	}
	
	#footmenu {
	width: 400px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	}
	
	#footmenu li {
	display: inline;
	list-style-type: none;
	}