/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

html {
	font-size:100%; /*IE hack*/
	height:100%;
	background-color:#E0E2ED;
}

body {
	font-family: "Trebuchet MS", Myriad Web, Arial, Helvetica;
	font-size:100%;
	margin:0 auto;
	text-align:center;
	background: url(images/BGshad.jpg) repeat-y center center;
}

#wrapper {
	text-align:left;
	margin:0 auto;
	padding: 0px;
	border:0;
	width:1000px;
}

#header {
	display: block;
	height: 145px;
	width:964px;
	margin-top:0px;
	background:#b1abd3 url(images/headerBG.jpg) repeat-x;
	padding-left: 36px;
}

#rotatingmessage {
	width:334px;
	float:right;
	margin-top:32px;
}

#navbar {
	height:49px;
	padding-left:165px;
	margin-top:0px;
	padding-top:0px;
	background: url(images/navbar/navbarBG.gif) repeat-x;
}


#content {
	background: #FFF url(images/maincontentBG.gif) repeat-x top;	
	padding-top: 35px;
}

#content p {
	font-size: .9em;
	line-height: 1.4em; 
	margin-bottom: .9em;
}

#content p.largetext {
	font-size: 1.3em;
	}


#content a {
	color:#36238E;
	text-decoration:underline;
	
}

#content a:hover {
	color:#882159;
}

#content ul {
	list-style: url(images/bullet_teal.gif);
	font-size: .9em;
	padding-left: 30px;
	margin-right:30px;
}

#content ol {
	padding-left: 30px;
	margin-right:30px;
	font-size: .9em;
}

#content li {
	padding-bottom: 12px;
}

#maincol {
	margin-left:240px;
	margin-right:20px;
}

#maincol h1 {
	font-size: 24px;
	font-weight: bold;
	color: #2D2E80;
	margin-bottom: .9em;
	border-bottom: 1px solid #86A5C1;
}

#maincol h2 {
	font-size: 20px;
	font-weight: bolder;
	margin-bottom: 20px;
	margin-top:0px;
	padding-top:20px;
	color: #872159;
	border-bottom: 1px solid #86A5C1;
}

#maincol h2.nopad {
	padding-top:0px;
}

#maincol h3 {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 12px;
	color: #2D2E80;
}

#maincol h3.bar {
	background:#E0DFDA;
	padding-left:5px;
	margin-top:35px;
}

#maincol h4 {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 12px;
	color: #008A8A;
}

#maincol p {
		margin-right: 30px;
}

#maincol p.smalltext {
	font-size: .75em;
}


/*styles for sharing widget */

#socialmedia {
	float:right;
	height:25px;
	font-size:.9em;
}

#socialmedia a {
	text-decoration: none;
}

#socialmedia a:hover {
	text-decoration: underline;
}

/* Styles for left column */

#leftcol {
	float:left;
	width:205px;
	margin-left:15px;
	margin-bottom:30px;
	margin-top:30px;
	background: url(images/leftcolBOTT.gif) no-repeat left bottom;
}

#leftcol_content {
	margin-top:-10px;
	padding-left:15px;
	padding-right:5px;
	background: url(images/leftcolBOTT.gif) no-repeat left bottom;
	background: url(images/leftcolBG.gif) repeat-y;
}

#leftcol_top {
	padding-left:15px;
	padding-top:15px;
	height:40px;
	margin-top:0px;
	padding-right: 10px;
	background: url(images/leftcolTOP.gif) no-repeat;
}

#leftcol h2 {
	font-size:21px;
	border-bottom: 1px solid #ABBAE0;
	/*color: #2D2E80;*/
	color: #006666;
	font-weight: bold;
	margin-top:5px;
	line-height: 14px;
	padding-top: 10px;
	margin-right: 5px;
}

#leftcol h3 {
	font-size:16px;
	color: #699;
	margin-top:.6em;
	margin-bottom: .2em;
}

#leftcol p {
	padding-right:20px;
	margin-top: 5px;
	font-size: .75em;
	line-height: 1.4em;
	margin-bottom:.5em;
}

#leftcol p.smalltext {
	font-size: .7em;
}

#leftcol ul {
	padding-right:20px;
	padding-left: 20px;
	font-size: .8em;
}

#leftcol li {
	padding-bottom:.6em;
}

#leftcol a {
	text-decoration:none;
}

#leftcol a:hover {
	text-decoration:underline;
}

/* Styles for right sidebar */

#sidebar {
	float: right;
	width:260px;
	background: #e7e8ea;
	margin-left:25px;
}

#sidebar_content {
	margin: 12px;
	padding-right:0px;
}

#sidebar_content p {
	margin-right:0px;
	line-height: 19px;
	font-size: .85em;
}

#sidebar h2 {
	font-size: 14px;
	text-transform:uppercase;
	color: #eeeeee;
	height:20px;
	padding-left:11px;
	padding-top: 3px;
	background: url(images/sidebarHDBG.gif);
	border-top: 1px solid #86A5c1;
	border-left: 1px solid #86A5c1;
	border-right: 1px solid #86A5c1;
	padding-right:12px;
}


#shadebox {
	margin-top:25px;
	background:#FFFFD9;
	padding: 12px;
	border: 1px solid #5CB8B8;
}

#shadebox p {
	margin-right:0px;
}

#3columns {
	background: #deebeb;
	
}

/* Styles for column 1 home page bottom */

#col1 {
	width:332px;
	height:700px;
	float:left;
	background: #deebeb url(images/boxBG.gif) repeat-x;
	border-right:#FFF 2px solid;
	border-bottom:#FFF solid 2px;
	overflow:hidden;
}

#col1 h2 {
	font-size: 19px;
	height: 32px;
	padding-left:50px;
	padding-top:4px;
	color: #150e61;
	background: url(images/isthisyouHD.gif) no-repeat;
}

#col1 p {
	font-size: .75em;
	line-height: 1.3em;
	padding: 8px 15px 0px 15px;
	margin-bottom: 0px;
	}
	
	
#col1 ul {
	margin-left:15px;
	margin-top:10px;
	padding: 8px 15px 0px 45px;
	font-size: 12px;
	line-height: 13px;
}

#col1 li {
	padding: 0px 0px 10px;
}	

/* Styles for column 2 home page bottom */

#col2 {
	width:332px;
	height:700px;
	float:left;
	background: #deebeb url(images/boxBG.gif) repeat-x;
	border-right:#FFF 2px solid;
	border-bottom:#FFF solid 2px;
	overflow:hidden;
}

#col2 h2 {
	font-size: 19px;
	height: 32px;
	padding-left:50px;
	padding-top:4px;
	color: #006666;
	background: url(images/doYouwantHD.gif) no-repeat;
}

#col2 p {
	font-size: 12px;
	line-height: 16px;
	padding: 8px 15px 0px 15px;
	margin-bottom: 0px;
	}
	
#col2 ul {
	margin-left:15px;
	margin-top:10px;
	padding: 8px 0px 0px 10px;
	font-size: 12px;
	line-height: 16px;
}

#col2 li {
	padding: 0px 0px 10px;
}	
	
/* Styles for column 3 home page bottom */

#col3 {
	width:332px;
	height:700px;
	float:right;
	background: #deebeb url(images/boxBG.gif) repeat-x;
	border-bottom:#FFF solid 2px;
	overflow:hidden;
}
#col3 h2 {
	font-size: 19px;
	height: 32px;
	padding-left:50px;
	padding-top:4px;
	color: #711C4A;
	background: url(images/wecanhelpHD.gif) no-repeat;
}

#col3 p {
	font-size: 12px;
	line-height: 16px;
	padding: 8px 15px 0px 15px;
	margin-bottom: 0px;
	}
	
#col3 ul {
	margin-left:15px;
	margin-top:10px;
	padding: 8px 0px 0px 10px;
	font-size: 12px;
	line-height: 16px;
}

#col3 li {
	padding: 0px 0px 10px;
}

#clearit {
	clear: both;
}

#footer {
	background:#b1abd3;
	text-align:center;
	margin-top:-.9em;
	padding-top:15px;
}

#footer p.contact a{
	color: #1d1a76;
	font-weight: bold;
	text-decoration:none;
	padding-top:10px;
}

#footer p.contact a:hover {
	color: #1D1A76;
	text-decoration: underline;
}

#footer p.links a {
	color: #363636;
	font-size: .8em;
	text-decoration: none;
}
#footer p.links a:hover {
	color: #1D1A76;
	text-decoration: underline;
}





/* Class styles */

.center {
	text-align: center;
}

.imageleft {
	float:left;
	padding-right: 8px;
}

.imageright {
	float:right;
	padding-left: 8px;
}

.grey {
	color: #333;
}

.purple {
	color: #5F5AA5;
}

.darkpurple {
	color: #1d1a76;
}

.green {
	color: #006666;
}

.raspberry {
	color: #711C4A;
}

.copyright {
	color: #363636;
	font-size: .75em;
	padding-bottom:.9em;
}

.clearright {
	clear: right;
}

.toppad {
	padding-top:6px;
}

.arrowred {
	margin-left:-15px;
	list-style: url(images/arrow-red.gif);
	margin-bottom:12px;
}

#notebox {
	padding:12px;
	background: #E0E7ED;
}

#notebox p {
	margin-right:0px;
}

.highlight {
	background: #F8F107;
}
