
/*============================= Standard Tags ================================*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #505050;
	font-size: 12px;
	background-image: url(../gfx/bg_tile.png);
	line-height: 18px;
	height: 100%;
}

h1,h2,h3,h4,p {
	margin: 10px 0;
}

h2 { font-size: 16px; }
h3 { font-size: 14px; color: #003A63; }
h4 { font-size: 12px; color: #4c7591; }



li {
	margin-left: 20px;
}

a {
	color: #4D4D4D;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

.cb { clear: both; }

.centre {
	text-align: center;
}

.left {
	float: left;
	margin: 10px 10px 10px 0;
}

.right {
	float: right;
	margin: 10px 0 10px 10px;
}


/*============================= Main Layout ===============================*/


#wrapper {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	background-color: #fff;
	background-image: url(../gfx/bg_bottomloop.jpg);
	background-position: top left;	
	background-repeat: repeat-y;
	padding: 0 30px;
}


#banner {
	position: absolute;
	left: 0;
	width: 900px;
	padding: 0 30px;
	height: 220px;
	background-image: url(../gfx/bg_top.jpg);
	background-position: top left;	
	background-repeat: repeat-x;	
}



#title {
	position: relative;
	background: url(../gfx/banner.jpg) 0 0 no-repeat; 
	height: 220px;
	padding-top: 20px;
}

#title h1 {
	margin: 0 0 0 50px;
	padding: 0;
}

#title h1 a {
	display: block;
	height: 145px; /* Don't forget print.css too */
	width: 276px; 
	text-indent: -2000em;
	overflow: hidden; /* IE */
	background: url(../gfx/logo.png) 0 0 no-repeat;
	outline: none;
	cursor: pointer;
}




#container {
	width: 100%;
	float: right;
	margin-left: -270px;
}

#content {
	margin-left: 270px;
	padding: 20px 35px 60px 35px;
}

#sidebar {
	width: 230px;
	padding: 20px 20px 60px 20px;
	float: left;
}


/*================================ Main Nav ==================================*/


#nav {
	background: #7a003b;
	padding: 3px 20px;
	position: relative;
}

#nav ul { 
	list-style: none;
}

#nav li {
  position: relative;
  float: left;
  margin: 0 3px 0 0;
  height: 31px;
}

#nav li a {
	color: white;
	display: block;
	padding: 0;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
}

#nav li a:hover, #nav li a.selected, #nav li a:focus {
	text-decoration: underline;
}


#nav li#nav_home { width: 85px; }
#nav li#nav_about { width: 110px; }
#nav li#nav_services { width: 100px; }
#nav li#nav_studies { width: 130px; }
#nav li#nav_resources { width: 110px; }
#nav li#nav_partners { width: 100px; }
#nav li#nav_blog { width: 90px; }
#nav li#nav_contact { width: 110px; }



/*================================= Sub Nav ====================================*/


ul.subnav li {
	border-bottom: 1px dotted silver;
	margin-left: 0px;
	list-style: none;
}

ul.subnav li a {
	text-decoration: none;
	display: block;
	padding: 5px 20px;
	background: url(../gfx/subnav_bullet.png);
	background-repeat: no-repeat;
	background-position: -5px 0;
}

ul.subnav li a:hover, ul.subnav li a.selected, ul.subnav li a:focus {
	background: url(../gfx/subnav_bullet_hover.png);
	background-repeat: no-repeat;
	background-position: -4px 0;
	padding-left: 21px;
	color: #7a003b;
	
}

/*============================= Footer =================================*/


#footer {
	position: absolute;
	width: 900px;
	height: 30px;
	background: #7a003b;
	bottom: 0;
	font-size: 90%;
}

#footer ul {
	float: right;
	padding: 8px 0;
}

#footer ul li {
	float: left;
	margin: 0;
	list-style: none;
	padding: 0 10px;
	border-left: 1px solid white;
}

#footer ul li a {
	color: white;
}

#footer ul li:first-child {
	border-left: none;
}


/*============================= Content =================================*/


#googlemap {
	width: 500px;
	height: 300px;
	border: 1px solid black;
}

#quotebox {
	width: 220px;
	height: 300px;
}

#content ul {
	color: #003A63;
}

.partners td {
	vertical-align: top;
	padding: 5px;
}

.partners td a img {
	border: none;
}



/*============================= Product Purchase =================================*/



label {
	display: block;
	margin: 5px 0 5px 0;
	clear: left;
}

label .label {
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 5px;
	line-height: 20px;
}


label .highlight, .highlight, #error {
	color: #FF0000;
	font-weight: bold;
}

input.highlighted {
	background: #ea86b7;
}


#infoon {
	width: 300px;
}

#infoon option {
	padding: 2px 5px;	
}

.buynow {
	clear: right;
	border: 2px solid #003A63;
	width: 160px;
	padding: 2px 10px 10px 10px;
	float: right;
	background: #f7f7f7;
	margin: 0 10px 5px 20px;
}

.buynow h3 {
	font-size: 12px;
}

.product {
	border: 2px solid #003A63;
	width: 180px;
	height: 118px;
	float: right;
	margin: 0 10px 5px 20px;
	
}

.product a img {
	border: none;
}

.nowbuying {
	border: 1px solid #003A63;
	padding: 4px 10px;
	background: #f7f7f7;
}


dl.paymenttype {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

dl.paymenttype dd:first-child {
	margin-right: 6px;
}

dl.paymenttype dd {
	width: 245px;
	height: 180px;
	padding: 5px 15px;
	float: left;
	border: 1px solid #003A63;
	background: #f7f7f7;
	
}



/*============================= Blog =================================*/

.blogentry {
	margin-bottom: 40px;
}



.blogarchives {
	margin-top: 20px;
}


.blogentry h4 a {
	color: #4c7591;	
}

.blogcategories {
	margin-top: 20px;
	margin-bottom: 40px;
}


.blog_cat {
	color: #bababa;
}

/*============================= Recordset Paging =================================*/



.pages a, .pages span {
	display: block;
	float: left;
	padding: 4px 5px;
	margin: 0 6px 0 0;
	background: #4c7591;
	width: 16px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.pages span.current {
	font-weight: bold;
	background: #7a003b;
}

.pages span.elipses {
	color: #505050;
	background: white;
}


.pages a:hover {
	background: #003A63;
	color: white;	
}




