/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: 020267;
	background-image:url(images/bg3.gif);
	background-position:left top;
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color:#020267;
	}
	
div#wrapper {
    width: 770px;
	background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}


div#home_rightcol{
	padding-top: 15px;
	padding-bottom: 0px;
	vertical-align:top;
	}

div#home_topmain {
	padding: 0px 20px;
	text-align:left;
}

div#home_bottommain {
	width: 200px;
	padding-top: 10px;
	margin-left: 20px;
}

div#video {
	padding: 10px;
	}

td.home_mona {
	background-image:url(images/img_home_mona.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
	
div#about_rightmain {
	padding-left: 15px;
	padding-right: 30px;
}

div#about_bottommain {
	width: 300px;
	padding-left: 30px;
	padding-right: 30px;
	float:left;
}

div#about_bottommain_image {
	width: 325px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left:350px;
	background-image:url(images/img_blue_dotted.gif);
	background-position:top left;
	background-repeat:repeat-y;
	clear:right;	
}

div#services {
	padding-right: 30px;
}

.services_bg_sidebar {
	background-image:url(images/backgrounds/bg_services_sidebar.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	}
	
.media_bg {
	background-image:url(images/backgrounds/img_bg_media.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	}
	
div#media_topmain {
	width: 450px;
	padding-right: 30px;
	padding-left: 30px;
	}

div#media_middlemain {
	padding-right: 30px;
	padding-left: 30px;
	}
	
div#media_bottommain {
	padding-right: 30px;
	padding-left: 30px;
	clear:both;
}

div#media_video_text {
	width:400px;
	height:231px;
	margin-left: 295px;
	vertical-align:top;
	clear:right;
	}

div#media_video {
	width: 240px;
	float:left;
	vertical-align:top;
	}
	


div#rightcol {
	width: 350px;
	margin-top: 0px;
	float:right;
	vertical-align:top;
}

div#portfolio_leftmain {
	padding-left: 30px;
	padding-right: 15px;
	}

div#portfolio_rightmain {
	padding-right: 30px;
	padding-left: 15px;
	}

div#contact_main {
	width:250px;
}
	
.contact_bg {
	background-image:url(images/backgrounds/bg_img_contact.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	}
	
.contact_bg_sidebar {
	background-image:url(images/backgrounds/bg_contact_sidebar.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	}
	


/* heading and paragraph styles*/

h1:first-child {
	margin-top: 0px;
}/*starts first h1 in TD flush top*/

h2:first-child {
	margin-top: 0px;
}/*starts first h2 in TD flush top*/

h3:first-child {
	margin-top: 0px;
}/*starts first h3 in TD flush top*/

h4:first-child {
	margin-top: 0px;
}/*starts first h4 in TD flush top*/

h5:first-child {
	margin-top: 0px;
}/*starts first h5 in TD flush top*/

h6:first-child {
	margin-top: 0px;
}/*starts first h6 in TD flush top*/

/*h1, h2, h3, h4, h5, h6 {
	color: #2e4b7a;
}*/

h1 {
	font-size:13px;
	text-transform:uppercase;
	background-color:#fff;
	color:#650066;
	}

p:first-child {
	margin-top: 0px;
}/*starts first p in TD flush top*/

/*list styles*/

#home_bulleted ul {
	margin: 0 0 10px;;
	padding: 0px;
	list-style-type: none;
	}

#home_bulleted ul li.green {
background: transparent url(images/img_bullet_green.gif) left center no-repeat;
padding-left: 12px;
padding-bottom: 0px;
text-align: left;
}

#home_bulleted ul li.blue {
background: transparent url(images/img_bullet_blue.gif) left center no-repeat;
padding-left: 12px;
padding-bottom: 0px;
text-align: left;
}

#home_bulleted ul li.purple {
background: transparent url(images/img_bullet_purple.gif) left center no-repeat;
padding-left: 12px;
padding-bottom:0px;
text-align: left;
}

#bulleted_list ul {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	list-style-type: none;
	line-height:150%;	
	}

#bulleted_list li.green {
	padding-left: 15px;
	background-image: url(images/img_bullet_green.gif);
	background-repeat: no-repeat;
	background-position: 0 .45em;
	padding-bottom: 10px;
}

#bulleted_list li.blue {
	padding-left: 15px;
	background-image: url(images/img_bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 .45em;
	padding-bottom: 10px;
}

#bulleted_list li.purple {
	padding-left: 15px;
	background-image: url(images/img_bullet_purple.gif);
	background-repeat: no-repeat;
	background-position: 0 .45em;
	padding-bottom: 10px;
}

/*menu bar navigation*/

#navcontainer ul {
	padding-left: 0;
	margin: 0;
	background-color: #020267;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	float: left;
	width: 100%;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 5px 15px;
	background-color: #020267;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ffffff;
}

#navcontainer li.green a:hover {
	background-color: #7a902d;
	color: #FFFFFF;	
}

#navcontainer li.blue a:hover {
	background-color: #52529d;
	color: #FFFFFF;	
}

#navcontainer li.purple a:hover {
	background-color: #660167;
	color: #FFFFFF;
}

#navcontainer ul li.green a#current {
	background-color: #7a902d;
	color: #ffffff;
}

#navcontainer ul li.blue a#current {
	background-color: #52529d;
	color: #ffffff;
	}

#navcontainer ul li.purple a#current {
	background-color: #660167;
	color: #ffffff;
	}

#navcontainer li a:link {
 	color: #FFF;
}

#navcontainer li a:visited {
 	color: #fff;
}




/*navigation styles*/

a:link {
	color: #020267;
	text-decoration: underline;
}

a:visited {
	color: #020267;
	text-decoration: underline;
}

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

a:active { 
	color: #660167;
	text-decoration: none;
}


/*bottom navigation*/

#bottom a:link {
	color: #a6a6ca;
	text-decoration: underline;
}

#bottom a:visited {
	color: #a6a6ca;
	text-decoration: underline;
}

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

#bottom a:active { 
	color: #a6a6ca;
	text-decoration: none;
}

/* image styles*/


img.thumb {
	border: 1px solid #020267;
}

img.right {
	padding-left:25px;
	float:right;
	clear:both;
	}
	
img.left {
	padding-right:25px;
	float:left;
	clear:both;
	}

#mona_credit {
	font-size:10px;
	line-height:120%;
	color: #660167;
	font-weight:bold;
	padding-left: 15px;
}

.smalltext {
	font-size:10px;
	line-height:15px;
	}

.bottomtext {
	background-image:url(images/bg3.gif);
	background-position:top left;
	background-repeat:repeat;
	font-size:10px;
	color: #a6a6ca;
	padding-top: 8px;
	padding-bottom: 8px;
}

.bottomquote_purple {
	background-color:#A56BA6;
	font-size:11px;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #660167;
	font-weight: bold;
}

.bottomquote_green {
	background-color: #B5C183;
	font-size:11px;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #7a902d;
	font-weight: bold;
}

.bottomquote_blue {
	background-color:#52529d;
	font-size:11px;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #020267;
	font-weight: bold;
}

.boldblue_caps {
	font-weight: bold;
	color: #020267;
	font-size: 11px;
	text-transform: uppercase;
}

#box {
	padding: 25px;
	border: 1px solid #020267;
	text-transform: uppercase;	
}

.media {
	width: 400px;
}

.dottedbottom {
	background-image:url(images/img_blue_dotted_horizontal.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	}